changeset 1079:2d49e9ef39c3

Explicitly set background and font colors for body.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 25 Feb 2014 19:01:07 +0400
parents 271abf3db57b
children 70a82efe103e
files xsls/style.xsls
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Tue Feb 25 15:56:29 2014 +0400
+++ b/xsls/style.xsls	Tue Feb 25 19:01:07 2014 +0400
@@ -8,7 +8,9 @@
 X:template style (lang) {
 
     <style type="text/css">!{ normalize-space('
-        body              { font-family:    Georgia, serif; }
+        body              { background:     white;
+                            color:          black;
+                            font-family:    Georgia, serif; }
         p                 { text-align:     justify; }
         table.news p      { margin-top:     0; }
         table.news td     { vertical-align: baseline; }