Merge pull request #4173 from SvenDowideit/add-most-spacing-to-headers

add a little space above h2->h6 - it gets a bit dense in there when there are lots of steps
This commit is contained in:
Andy Rothfusz 2014-02-18 16:55:10 -08:00
commit ba3cbeb86b
2 changed files with 7 additions and 0 deletions

View File

@ -428,6 +428,9 @@ dt:hover > a.headerlink {
float: right; float: right;
visibility: hidden; visibility: hidden;
} }
h2, h3, h4, h5, h6 {
margin-top: 0.7em;
}
/* ===================================== /* =====================================
Miscellaneous information Miscellaneous information
====================================== */ ====================================== */

View File

@ -631,6 +631,10 @@ dt:hover > a.headerlink {
visibility: hidden; visibility: hidden;
} }
h2, h3, h4, h5, h6 {
margin-top: 0.7em;
}
/* ===================================== /* =====================================
Miscellaneous information Miscellaneous information
====================================== */ ====================================== */