Commit f5008769 authored by Mark Otto's avatar Mark Otto
Browse files

really fix that spacing and nesting

parent d02017e0
Showing with 8 additions and 5 deletions
+8 -5
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment