comparison xsls/style.xsls @ 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 8af7fe0794b0
children f39a8b156b3b
comparison
equal deleted inserted replaced
1078:271abf3db57b 1079:2d49e9ef39c3
6 X:stylesheet { 6 X:stylesheet {
7 7
8 X:template style (lang) { 8 X:template style (lang) {
9 9
10 <style type="text/css">!{ normalize-space(' 10 <style type="text/css">!{ normalize-space('
11 body { font-family: Georgia, serif; } 11 body { background: white;
12 color: black;
13 font-family: Georgia, serif; }
12 p { text-align: justify; } 14 p { text-align: justify; }
13 table.news p { margin-top: 0; } 15 table.news p { margin-top: 0; }
14 table.news td { vertical-align: baseline; } 16 table.news td { vertical-align: baseline; }
15 table.news .date { text-align: right; 17 table.news .date { text-align: right;
16 padding-right: 0.5em; 18 padding-right: 0.5em;