summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2008-02-20 23:03:28 +0000
committerRene Rivera <grafikrobot@gmail.com>2008-02-20 23:03:28 +0000
commit749c4729603b8efbebd1a86dc71baf833265de48 (patch)
treead494f227265485cc9e8614986f741c29c8213b1 /doc/html
parentc96af5a50a253487da2347a913cd2e12319fcf8f (diff)
downloadboost-749c4729603b8efbebd1a86dc71baf833265de48.tar.gz
Add missing, and assumed, white background for screen rendering.
[SVN r43337]
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/boostbook.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index 4a0d9266db..252fa9ecfd 100644
--- a/doc/html/boostbook.css
+++ b/doc/html/boostbook.css
@@ -372,6 +372,10 @@
@media screen
{
+ body {
+ background-color: #FFFFFF;
+ }
+
/* Links */
a
{