2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Improve spacing and alignment of sections and their headings

This commit is contained in:
Mark Otto
2014-01-11 23:15:37 -08:00
parent 613a95d838
commit 36aa3afb4f
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -626,14 +626,13 @@ body {
*/ */
/* Space things out */ /* Space things out */
.bs-docs-section + .bs-docs-section { .bs-docs-section {
padding-top: 40px; margin-bottom: 60px;
} }
/* Janky fix for preventing navbar from overlapping */ /* Janky fix for preventing navbar from overlapping */
h1[id] { h1[id] {
padding-top: 80px; padding-top: 20px;
margin-top: -45px;
} }
+1 -1
View File
File diff suppressed because one or more lines are too long