瀏覽代碼

Fixed #4423 -- Fixed background color in docs css.

Sergey Fedoseev 7 年之前
父節點
當前提交
63e824f100
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      CONTRIBUTORS.rst
  3. 1 4
      docs/_static/css/custom.css
  4. 1 0
      docs/releases/2.1.rst

+ 1 - 0
CHANGELOG.txt

@@ -44,6 +44,7 @@ Changelog
  * Fix: Bypass select/prefetch related optimisation on `update_index` for `ParentalManyToManyField` to fix crash (Tim Kamanin)
  * Fix: 'Add user' is now rendered as a button due to the use of quotes within translations (Benoît Vogel)
  * Fix: Menu icon no longer overlaps with title in Modeladmin on mobile (Coen van der Kamp)
+ * Fix: Background color overflow within the Wagtail documentation (Sergey Fedoseev)
 
 
 2.0.1 (04.04.2018)

+ 1 - 0
CONTRIBUTORS.rst

@@ -293,6 +293,7 @@ Contributors
 * Coen van der Kamp
 * Sander Tuit
 * Tim Kamanin
+* Sergey Fedoseev
 
 Translators
 ===========

+ 1 - 4
docs/_static/css/custom.css

@@ -1,11 +1,8 @@
-html  {
-    background-color: #e6e6e6; /*$color-grey-4*/
-}
-
 body.wy-body-for-nav {
     font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
     line-height: 1.5em;
     color: #333; /*$color-grey-1-1*/
+    background-color: #e6e6e6; /*$color-grey-4*/
 }
 
 div.wy-nav-side {

+ 1 - 0
docs/releases/2.1.rst

@@ -62,6 +62,7 @@ Bug fixes
  * Bypass select/prefetch related optimisation on ``update_index`` for ``ParentalManyToManyField`` to fix crash (Tim Kamanin)
  * 'Add user' is now rendered as a button due to the use of quotes within translations (Benoît Vogel)
  * Menu icon no longer overlaps with title in Modeladmin on mobile (Coen van der Kamp)
+ * Background color overflow within the Wagtail documentation (Sergey Fedoseev)
 
 
 Upgrade considerations