mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
72ed2537b3
commit
6a5a1d44f5
2 changed files with 7 additions and 0 deletions
3
docs/theme/docker/static/css/main.css
vendored
3
docs/theme/docker/static/css/main.css
vendored
|
@ -428,6 +428,9 @@ dt:hover > a.headerlink {
|
|||
float: right;
|
||||
visibility: hidden;
|
||||
}
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
/* =====================================
|
||||
Miscellaneous information
|
||||
====================================== */
|
||||
|
|
4
docs/theme/docker/static/css/main.less
vendored
4
docs/theme/docker/static/css/main.less
vendored
|
@ -631,6 +631,10 @@ dt:hover > a.headerlink {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
/* =====================================
|
||||
Miscellaneous information
|
||||
====================================== */
|
||||
|
|
Loading…
Reference in a new issue