mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
clean up spacing of table of contents links in docs
This commit is contained in:
parent
de2971c9cc
commit
c78965b47d
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue