mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
really fix that spacing and nesting
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user