add a little space above h2->h6 - it gets a bit dense in there when there are lots of steps

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-02-17 12:24:19 +10:00
parent 72ed2537b3
commit 6a5a1d44f5
2 changed files with 7 additions and 0 deletions

View File

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

View File

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