mirror of https://github.com/twbs/bootstrap.git
kill bottom margin on last docs section
This commit is contained in:
parent
a56cf753ce
commit
7b42103df6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -618,6 +618,9 @@ body {
|
||||||
.bs-docs-section {
|
.bs-docs-section {
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
.bs-docs-section:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
h1[id] {
|
h1[id] {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue