diff options
| author | Mark Otto <[email protected]> | 2013-07-26 19:32:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 19:32:05 -0700 |
| commit | e3b8081b7ec12649f2a260dbff6fd6540773f52d (patch) | |
| tree | bd38cee490f666e6ba7a87b132cc60c16d521deb /assets/css/docs.css | |
| parent | e647d54f25439df4a6ebe3324f7ee81c504e84df (diff) | |
| download | bootstrap-e3b8081b7ec12649f2a260dbff6fd6540773f52d.tar.xz bootstrap-e3b8081b7ec12649f2a260dbff6fd6540773f52d.zip | |
Better spacing of le docs sections
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 941641d2c..ac0fa7325 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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 |
