comparison xsls/style.xsls @ 167:921ab40baff4

Fixed vertical alignment of the news table cells.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Nov 2011 11:51:58 +0000
parents 0991bf45cbb8
children 70d8e39bbaa8
comparison
equal deleted inserted replaced
166:28ba010fce96 167:921ab40baff4
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; } 9 table.news p { margin-top: 0; }
10 table.news td { vertical-align: top; } 10 table.news td { vertical-align: baseline; }
11 table.news .date { text-align: right; 11 table.news .date { text-align: right;
12 padding-right: 0.5em; 12 padding-right: 0.5em;
13 white-space: nowrap; } 13 white-space: nowrap; }
14 div.directive { background: #EEEEEE; 14 div.directive { background: #EEEEEE;
15 padding: 10pt 10pt 10pt 20pt; } 15 padding: 10pt 10pt 10pt 20pt; }