changeset 1272:e6f3391df2ea

Explicitly set background and font colors of error pages.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Aug 2014 16:31:59 +0400
parents 829147dcd44b
children f03f057e12ff
files xsls/error.xsls
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/error.xsls	Thu Aug 21 07:22:29 2014 +0000
+++ b/xsls/error.xsls	Fri Aug 15 16:31:59 2014 +0400
@@ -29,7 +29,9 @@
     <html><head><title> !{@name} </title>
 
     <style type="text/css">!{ normalize-space('
-        body  { font-family:  Georgia, serif; }
+        body  { background:   white;
+                color:        black;
+                font-family:  Georgia, serif; }
         ') }
     </style>