comparison xsls/style.xsls @ 134:0991bf45cbb8

Added "white-space: nowrap" to prevent date wrapping. Additionally, moved all formatting into CSS where it should be.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 21 Oct 2011 21:16:08 +0000
parents 523a80fc32b4
children 921ab40baff4
comparison
equal deleted inserted replaced
133:364a3ee4526f 134:0991bf45cbb8
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: top; }
11 table.news .date { text-align: right;
12 padding-right: 0.5em;
13 white-space: nowrap; }
11 div.directive { background: #EEEEEE; 14 div.directive { background: #EEEEEE;
12 padding: 10pt 10pt 10pt 20pt; } 15 padding: 10pt 10pt 10pt 20pt; }
13 div.directive td { vertical-align: baseline; } 16 div.directive td { vertical-align: baseline; }
14 div.directive pre { padding: 0; 17 div.directive pre { padding: 0;
15 margin: 0; } 18 margin: 0; }