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

clean up spacing of table of contents links in docs

parent de2971c9
Showing with 5 additions and 0 deletions
+5 -0
...@@ -123,4 +123,9 @@ ...@@ -123,4 +123,9 @@
// Hide the first child li because it's always going to be "Contents". // Hide the first child li because it's always going to be "Contents".
#markdown-toc > li:first-child { #markdown-toc > li:first-child {
display: none; display: none;
ul {
margin-top: .25rem;
padding-left: 2rem;
}
} }
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