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

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

parent b455ed8d
Showing with 10 additions and 0 deletions
+10 -0
......@@ -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;
}
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