style fix to improve the look of the third level of the sidebar items

This commit is contained in:
tomjohnson1492
2016-03-23 10:50:43 -07:00
parent c0cb9ce91f
commit 2791c87f38

View File

@@ -399,14 +399,14 @@ ul#mysidebar {
}
.nav ul li ul li a {
padding-left:20px;
padding-left:40px;
}
.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
color: #248EC2;
font-weight:bold;
padding-left:20px;
background-color: whitesmoke !important;
}
@@ -415,7 +415,6 @@ background-color: #FAFAFA;
}
.nav li a {
background-color: #e9e9e9;
padding-right:10px;
}