Commit f5008769 authored by Mark Otto's avatar Mark Otto

really fix that spacing and nesting

parent d02017e0
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
...@@ -120,12 +120,15 @@ ...@@ -120,12 +120,15 @@
// Markdown generated ToC // Markdown generated ToC
// //
// Hide the first child li because it's always going to be "Contents". #markdown-toc {
#markdown-toc > li:first-child { // Hide the first child li because it's always going to be "Contents".
> li:first-child {
display: none; display: none;
}
ul { ul {
margin-top: .5rem;
padding-left: 2rem; padding-left: 2rem;
margin-top: .25rem;
margin-bottom: .25rem;
} }
} }
Markdown is supported
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