comparison templates/static/style-monoblue.css @ 8162:6f14253416bd

monoblue: Fix indentation and other styling in the annotation view.
author Augie Fackler <durin42@gmail.com>
date Wed, 15 Apr 2009 10:33:58 -0500
parents 2bee44628c41
children
comparison
equal deleted inserted replaced
8161:1bb8a75fceb3 8162:6f14253416bd
217 background: #FFFFFF; 217 background: #FFFFFF;
218 } 218 }
219 table tr td { 219 table tr td {
220 padding: 5px 5px; 220 padding: 5px 5px;
221 } 221 }
222 table.annotated tr td {
223 padding: 0px 5px;
224 }
222 225
223 span.logtags span { 226 span.logtags span {
224 padding: 2px 6px; 227 padding: 2px 6px;
225 font-weight: normal; 228 font-weight: normal;
226 font-size: 11px; 229 font-size: 11px;
248 font-family: monospace; 251 font-family: monospace;
249 white-space: pre; 252 white-space: pre;
250 font-size: 1.2em; 253 font-size: 1.2em;
251 padding: 3px 0; 254 padding: 3px 0;
252 } 255 }
253 div.source { 256 td.source {
257 white-space: pre;
258 font-family: monospace;
254 margin: 10px 30px 0; 259 margin: 10px 30px 0;
255 font-family: Tahoma, sans-serif, monospace; 260 font-size: 1.2em;
256 font-size: 100%; 261 font-family: monospace;
257 } 262 }
258 div.source div.parity0, 263 div.source div.parity0,
259 div.source div.parity1 { 264 div.source div.parity1 {
260 padding: 1px; 265 padding: 1px;
261 font-size: 1.2em; 266 font-size: 1.2em;
271 background: #D5E1E6; 276 background: #D5E1E6;
272 } 277 }
273 .linenr { 278 .linenr {
274 color: #999; 279 color: #999;
275 text-align: right; 280 text-align: right;
281 }
282 .lineno {
283 text-align: right;
284 }
285 .lineno a {
286 color: #999;
276 } 287 }
277 td.linenr { 288 td.linenr {
278 width: 60px; 289 width: 60px;
279 } 290 }
280 291