really fix that spacing and nesting

This commit is contained in:
Mark Otto 2015-08-10 16:46:21 -07:00
parent d02017e0e5
commit f5008769a5
3 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -120,12 +120,15 @@
// Markdown generated ToC
//
// Hide the first child li because it's always going to be "Contents".
#markdown-toc > li:first-child {
display: none;
#markdown-toc {
// Hide the first child li because it's always going to be "Contents".
> li:first-child {
display: none;
}
ul {
margin-top: .5rem;
padding-left: 2rem;
margin-top: .25rem;
margin-bottom: .25rem;
}
}