瀏覽代碼

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
O.S. Tezer 11 年之前
父節點
當前提交
cb40e3302e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/theme/mkdocs/base.html
  2. 1 1
      docs/theme/mkdocs/css/main.css

+ 1 - 1
docs/theme/mkdocs/base.html

@@ -66,7 +66,7 @@
     </div>
   </div>
 
-  <div id="push"></div>
+  <div id="push-footer"></div>
 
 </div>
 

+ 1 - 1
docs/theme/mkdocs/css/main.css

@@ -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;