mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
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
|
||||
====================================== */
|
||||
|
||||
Reference in New Issue
Block a user