Enforce a white background for the docs

Fixes #17929
This commit is contained in:
Corey Farwell 2015-02-23 18:04:51 -05:00
parent f0f7ca27de
commit 9f8226a97b

View File

@ -56,6 +56,7 @@
/* General structure */ /* General structure */
body { body {
background-color: white;
margin: 0 auto; margin: 0 auto;
padding: 0 15px; padding: 0 15px;
font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif; font-family: "Source Serif Pro", Georgia, Times, "Times New Roman", serif;