V 3.5 RC 1

This commit is contained in:
Romain Neutron
2011-12-05 00:23:28 +01:00
parent 6f1ee368aa
commit 4c5b7eb658
5563 changed files with 466984 additions and 985416 deletions

View File

@@ -24,7 +24,7 @@
$sliderCss = {
'width':$sliderWidth,
'background-color':o.color
}
};
$slider.css($sliderCss);
@@ -61,7 +61,7 @@
'overflow':'hidden',
'float':'left',
'position':'relative'
}
};
$wrapper.css($wrapperCss);
ul.width(ulWidth);
@@ -81,14 +81,14 @@
'height' : liHeight,
'float' : 'right',
'background-color' : o.color
}
};
leftCss = {
'width' : $scrollWidth - ($wrapper.outerWidth(true) - $wrapper.innerWidth()),
'height' : liHeight,
'float' : 'left',
'background-color' : o.color
}
};
leftScroll.css(leftCss);
rightScroll.css(rightCss);