mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 09:41:52 +00:00
kill bottom margin on last docs section
This commit is contained in:
parent
a56cf753ce
commit
7b42103df6
5 changed files with 5 additions and 2 deletions
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
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;
|
||||||
|
|
|
||||||
2
docs/assets/css/pack.min.css
vendored
2
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
Loading…
Reference in a new issue