mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
really fix that spacing and nesting
This commit is contained in:
parent
d02017e0e5
commit
f5008769a5
3 changed files with 9 additions and 6 deletions
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -120,12 +120,15 @@
|
|||
// Markdown generated ToC
|
||||
//
|
||||
|
||||
// Hide the first child li because it's always going to be "Contents".
|
||||
#markdown-toc > li:first-child {
|
||||
display: none;
|
||||
#markdown-toc {
|
||||
// Hide the first child li because it's always going to be "Contents".
|
||||
> li:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: .5rem;
|
||||
padding-left: 2rem;
|
||||
margin-top: .25rem;
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue