try and style menus that go more than 2 pages deep

This commit is contained in:
Dave Snider 2013-11-05 16:09:27 -08:00
parent bcdc58dbc7
commit d4e0ac1cd8
2 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,8 @@
background: darken($section-background-color, 15%)
.current
background: darken($section-background-color, 20%)
li.tocktree-l2.current > a
background: darken($section-background-color, 20%)
li.on a, li.current > a
color: $text-color
padding: $gutter / 4 $gutter
@ -61,6 +63,7 @@
background: $section-background-color
border: none
border-bottom: solid 1px darken($section-background-color, 20%)
border-top: solid 1px darken($section-background-color, 20%)
padding-left: $gutter -4px
+font-smooth
&:hover

File diff suppressed because one or more lines are too long