Commit 719afd48 authored by Mark Otto's avatar Mark Otto

style the markdown toc a bit to hide the first item (the contents heading)

parent b455ed8d
...@@ -78,3 +78,13 @@ ...@@ -78,3 +78,13 @@
} }
} }
} }
//
// Markdown generated ToC
//
// Hide the first child li because it's always going to be "Contents".
#markdown-toc > li:first-child {
display: none;
}
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