add theme1 with subnavigation first setup kind of ugly layout
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#page-subnavigation
|
||||
ul
|
||||
list-style: none
|
||||
background-color: white
|
||||
margin: 0
|
||||
li
|
||||
padding-left: 14px
|
||||
&.subpage
|
||||
a
|
||||
&:before
|
||||
content: " - "
|
||||
&.current
|
||||
padding-left: 8px
|
||||
padding-bottom: 10px
|
||||
border-bottom: 2px solid #667
|
||||
margin-bottom: 10px
|
||||
a
|
||||
color: $active-color
|
||||
&.ancestor
|
||||
padding-left: 3px
|
||||
Reference in New Issue
Block a user