Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
width of dynamic nav
  • Loading branch information
Austin Strange committed Feb 12, 2012
1 parent cb57fcb commit 3094985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/magic-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $.fn.magicSlider = function(settings) {
ul.parent().css({ width: navContainerWidth });
switch (settings.dynamicTabsAlign) {
case "center":
ul.css({ width: ($("li", ul).width() + 10) * panelCount });
ul.css({ width: ($("li", ul).width() + 2) * panelCount });
break;
case "right":
ul.css({ float: 'right' });
Expand Down

0 comments on commit 3094985

Please sign in to comment.