changeset 1273:f03f057e12ff

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Tue, 26 Aug 2014 15:21:54 +0400
parents e6f3391df2ea
children 794717949a83
files xslt/error.xslt
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xslt/error.xslt	Fri Aug 15 16:31:59 2014 +0400
+++ b/xslt/error.xslt	Tue Aug 26 15:21:54 2014 +0400
@@ -30,7 +30,9 @@
     <html><head><title> <xsl:value-of select="@name"/> </title>
 
     <style type="text/css"><xsl:value-of select=" normalize-space('
-        body  { font-family:  Georgia, serif; }
+        body  { background:   white;
+                color:        black;
+                font-family:  Georgia, serif; }
         ') "/>
     </style>