##// END OF EJS Templates
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler -
r8162:6f142534 default
parent child Browse files
Show More
@@ -219,6 +219,9 b' table tr.parity1 {'
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;
@@ -250,10 +253,12 b' div.diff pre span {'
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 {
@@ -274,6 +279,12 b' div.parity1:hover {'
274 color: #999;
279 color: #999;
275 text-align: right;
280 text-align: right;
276 }
281 }
282 .lineno {
283 text-align: right;
284 }
285 .lineno a {
286 color: #999;
287 }
277 td.linenr {
288 td.linenr {
278 width: 60px;
289 width: 60px;
279 }
290 }
General Comments 0
You need to be logged in to leave comments. Login now