1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

clean up spacing of table of contents links in docs

This commit is contained in:
Mark Otto 2015-08-10 15:55:50 -07:00
parent de2971c9cc
commit c78965b47d

View File

@ -123,4 +123,9 @@
// Hide the first child li because it's always going to be "Contents".
#markdown-toc > li:first-child {
display: none;
ul {
margin-top: .25rem;
padding-left: 2rem;
}
}