comparison templates/static/style-paper.css @ 8506:93a9f4a0e361

coal/paper: simplify margin and padding CSS rules
author Martin Geisler <mg@lazybytes.net>
date Mon, 18 May 2009 23:37:36 +0200
parents 6a888d491eaf
children 8c5e32a4f2f9
comparison
equal deleted inserted replaced
8505:dc50108ce188 8506:93a9f4a0e361
95 .atline { color: purple; } 95 .atline { color: purple; }
96 96
97 .navigate { 97 .navigate {
98 text-align: right; 98 text-align: right;
99 font-size: 60%; 99 font-size: 60%;
100 margin: 1em 0 1em 0; 100 margin: 1em 0;
101 } 101 }
102 102
103 .tag { 103 .tag {
104 color: #999; 104 color: #999;
105 font-size: 70%; 105 font-size: 70%;
151 font-weight: normal; 151 font-weight: normal;
152 text-align: left; 152 text-align: left;
153 } 153 }
154 154
155 .bigtable td { 155 .bigtable td {
156 padding: 1px 4px 1px 4px; 156 padding: 1px 4px;
157 vertical-align: top; 157 vertical-align: top;
158 } 158 }
159 159
160 .bigtable th { 160 .bigtable th {
161 padding: 1px 4px 1px 4px; 161 padding: 1px 4px;
162 border-bottom: 1px solid #999; 162 border-bottom: 1px solid #999;
163 font-size: smaller; 163 font-size: smaller;
164 } 164 }
165 .bigtable tr { border: none; } 165 .bigtable tr { border: none; }
166 .bigtable .age { width: 6em; } 166 .bigtable .age { width: 6em; }
193 width: 100%; 193 width: 100%;
194 margin-bottom: 1em; 194 margin-bottom: 1em;
195 } 195 }
196 196
197 #changesetEntry th { 197 #changesetEntry th {
198 padding: 1px 4px 1px 4px; 198 padding: 1px 4px;
199 width: 4em; 199 width: 4em;
200 text-align: right; 200 text-align: right;
201 font-weight: normal; 201 font-weight: normal;
202 color: #999; 202 color: #999;
203 margin-right: .5em; 203 margin-right: .5em;