Show More
@@ -219,6 +219,9 b' table tr.parity1 {' | |||
|
219 | 219 | table tr td { |
|
220 | 220 | padding: 5px 5px; |
|
221 | 221 | } |
|
222 | table.annotated tr td { | |
|
223 | padding: 0px 5px; | |
|
224 | } | |
|
222 | 225 | |
|
223 | 226 | span.logtags span { |
|
224 | 227 | padding: 2px 6px; |
@@ -250,10 +253,12 b' div.diff pre span {' | |||
|
250 | 253 | font-size: 1.2em; |
|
251 | 254 | padding: 3px 0; |
|
252 | 255 | } |
|
253 |
d |
|
|
256 | td.source { | |
|
257 | white-space: pre; | |
|
258 | font-family: monospace; | |
|
254 | 259 | margin: 10px 30px 0; |
|
255 | font-family: Tahoma, sans-serif, monospace; | |
|
256 | font-size: 100%; | |
|
260 | font-size: 1.2em; | |
|
261 | font-family: monospace; | |
|
257 | 262 | } |
|
258 | 263 | div.source div.parity0, |
|
259 | 264 | div.source div.parity1 { |
@@ -274,6 +279,12 b' div.parity1:hover {' | |||
|
274 | 279 | color: #999; |
|
275 | 280 | text-align: right; |
|
276 | 281 | } |
|
282 | .lineno { | |
|
283 | text-align: right; | |
|
284 | } | |
|
285 | .lineno a { | |
|
286 | color: #999; | |
|
287 | } | |
|
277 | 288 | td.linenr { |
|
278 | 289 | width: 60px; |
|
279 | 290 | } |
General Comments 0
You need to be logged in to leave comments.
Login now