mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: Fix docs' styling conflict with common names
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) Closes issue #6329
This commit is contained in:
parent
9a7bd6d95b
commit
cb40e3302e
2 changed files with 2 additions and 2 deletions
2
docs/theme/mkdocs/base.html
vendored
2
docs/theme/mkdocs/base.html
vendored
|
@ -66,7 +66,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="push"></div>
|
<div id="push-footer"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
2
docs/theme/mkdocs/css/main.css
vendored
2
docs/theme/mkdocs/css/main.css
vendored
|
@ -305,7 +305,7 @@ body {
|
||||||
margin: 0 auto -379px;
|
margin: 0 auto -379px;
|
||||||
}
|
}
|
||||||
/* Set the fixed height of the footer here */
|
/* Set the fixed height of the footer here */
|
||||||
#push,
|
#push-footer,
|
||||||
#footer {
|
#footer {
|
||||||
height: 379px;
|
height: 379px;
|
||||||
background: #253237;
|
background: #253237;
|
||||||
|
|
Loading…
Add table
Reference in a new issue