Skip to content

Commit

Permalink
removed negative margin-bottom on subnav when coming out of fixedtotop
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed May 8, 2018
1 parent 7a7c18d commit 18318ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscripts/ATutor_js.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
$("ul#subnavlist li").css('margin-bottom', '0');
$("ul#subnavlist").css('margin-top', '0');
$("#subnavlist_i").css('padding-top', '2em');
$("ul#subnavlist").css('margin-bottom', '-2.1em');
//$("ul#subnavlist").css('margin-bottom', '-.5em');
$("ul#subnavlist li").css('border-bottom', '3px solid #eeeeee');
$("li.active").css('border-bottom', '3px solid #D26911');
$("div#subnavbacktopage").css('width', '1.5em');
Expand Down

0 comments on commit 18318ac

Please sign in to comment.