[Docs] Better margins on sidebar

This commit is contained in:
Brent Vatne 2015-06-18 07:55:26 -07:00
parent 0881b0f99f
commit 35a75950e0
1 changed files with 7 additions and 3 deletions

View File

@ -369,7 +369,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
.nav-docs ul {
list-style: none;
margin: 0;
margin-left: 10px;
margin-left: 1px;
}
.nav-docs ul ul {
@ -400,9 +400,13 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
}
.nav-docs h3 {
margin: 0;
line-height: 25px;
margin-top: 5px;
margin-top: 12px;
margin-bottom: 5px;
}
.nav-docs .nav-docs-section:first-child h3 {
margin-top: 0;
}
.nav-docs .nav-docs-section:first-child {