comparison xsls/style.xsls @ 129:523a80fc32b4

Fixed a fallout from switching to standard HTML.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 14:00:34 +0000
parents d4133c439eeb
children 0991bf45cbb8
comparison
equal deleted inserted replaced
128:5530e24f9d58 129:523a80fc32b4
4 4
5 <style type="text/css">!{ normalize-space(' 5 <style type="text/css">!{ normalize-space('
6 html { -webkit-text-size-adjust: none; } 6 html { -webkit-text-size-adjust: none; }
7 body { font-family: Georgia, serif; } 7 body { font-family: Georgia, serif; }
8 p { text-align: justify; } 8 p { text-align: justify; }
9 table.news p { margin-top: 0; }
10 table.news td { vertical-align: top; }
9 div.directive { background: #EEEEEE; 11 div.directive { background: #EEEEEE;
10 padding: 10pt 10pt 10pt 20pt; } 12 padding: 10pt 10pt 10pt 20pt; }
11 div.directive td { vertical-align: baseline; } 13 div.directive td { vertical-align: baseline; }
12 div.directive pre { padding: 0; 14 div.directive pre { padding: 0;
13 margin: 0; } 15 margin: 0; }