Fix style of submenu

This commit is contained in:
Will Rossiter 2014-09-30 18:36:40 +13:00
parent 45be91282c
commit 7f778498f2

View File

@ -93,9 +93,19 @@ html {
margin: 0;
}
#sidebar .nav .current ul {
background: #f6f7f8;
border-bottom: 1px solid #eee;
margin: 0;
padding: 0 0 10px 24px;
}
#sidebar .nav .current ul ul {
padding: 5px 0 10px 10px;
}
#sidebar .nav .current li {
font-weight: normal;
padding: 5px 0;
padding: 5px 0 5px 0;
list-style: none;
font-size: 13px;
}