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

pull/4427/merge
Sergey Fedoseev 2018-03-27 14:34:50 +05:00 zatwierdzone przez Janneke Janssen
rodzic 3bcefe351a
commit 63e824f100
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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