Merge pull request #6339 from ostezer/docs-fix-css-title-conflict
docs: Fix docs' styling conflict with common names
This commit is contained in:
commit
4cf40c968f
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 id="push"></div>
|
||||
<div id="push-footer"></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;
|
||||
}
|
||||
/* Set the fixed height of the footer here */
|
||||
#push,
|
||||
#push-footer,
|
||||
#footer {
|
||||
height: 379px;
|
||||
background: #253237;
|
||||
|
|
Loading…
Add table
Reference in a new issue