mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
really fix that spacing and nesting
This commit is contained in:
parent
d02017e0e5
commit
f5008769a5
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…
x
Reference in New Issue
Block a user