Merge pull request #79 from ehough/fix-l2-navigation-css

Fix CSS for level 2 navigation
This commit is contained in:
Eric Holscher 2014-01-06 16:53:01 -08:00
commit ffcf310122

View File

@ -66,8 +66,9 @@
&:hover
background: $section-background-color
// This is the on state for pages beyond second level
li.tocktree-l2.current > a
li.toctree-l2.current > a
background: darken($section-background-color, 20%)
padding: $gutter / 4 $gutter * 1.5
li.current ul
display: block
li ul