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) Upstream-commit: 6a5a1d44f5d6c1281a66d562b7a4310dd6c3b997 Component: engine
This commit is contained in:
@@ -428,6 +428,9 @@ dt:hover > a.headerlink {
|
||||
float: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
/* =====================================
|
||||
Miscellaneous information
|
||||
====================================== */
|
||||
|
||||
@@ -631,6 +631,10 @@ dt:hover > a.headerlink {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
/* =====================================
|
||||
Miscellaneous information
|
||||
====================================== */
|
||||
|
||||
Reference in New Issue
Block a user