mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Better spacing of le docs sections
This commit is contained in:
parent
e647d54f25
commit
e3b8081b7e
1 changed files with 4 additions and 5 deletions
|
@ -175,6 +175,10 @@ body {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.bs-docs-section + .bs-docs-section {
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
/* Ads in page headers */
|
||||
.carbonad {
|
||||
width: auto !important;
|
||||
|
@ -211,11 +215,6 @@ body {
|
|||
display: none; /* hide what I assume are tracking images */
|
||||
}
|
||||
|
||||
/* Padding for in-page bookmarks */
|
||||
.bs-docs-section {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Docs sidebar
|
||||
|
|
Loading…
Reference in a new issue