small code fix for sidebar to use li for sidebartitle instead of div, which is not allowed inside ul

This commit is contained in:
tomjohnson1492
2016-03-23 10:41:31 -07:00
parent 8c4de1ce49
commit c0cb9ce91f
2 changed files with 2 additions and 2 deletions

View File

@ -1000,7 +1000,7 @@ span.label.label-primary {
}
.col-lg-12 .nav li a {background-color: white}
div.sidebarTitle {
li.sidebarTitle {
margin-top:40px;
font-weight:normal;
font-size:130%;