Browse Source

Merge pull request #6339 from ostezer/docs-fix-css-title-conflict

docs: Fix docs' styling conflict with common names
James Turnbull 11 năm trước cách đây
mục cha
commit
4cf40c968f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;