comparison xsls/error.xsls @ 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 81ad082bc837
children 59f7fb43e39c
comparison
equal deleted inserted replaced
1271:829147dcd44b 1272:e6f3391df2ea
27 27
28 X:template = "/error" { 28 X:template = "/error" {
29 <html><head><title> !{@name} </title> 29 <html><head><title> !{@name} </title>
30 30
31 <style type="text/css">!{ normalize-space(' 31 <style type="text/css">!{ normalize-space('
32 body { font-family: Georgia, serif; } 32 body { background: white;
33 color: black;
34 font-family: Georgia, serif; }
33 ') } 35 ') }
34 </style> 36 </style>
35 37
36 !ga () 38 !ga ()
37 39