530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
|
}
ul.filelist li {
padding-top: 1px;
}
/* Rules governing diff layout and colors */
table.diff {
width: 98%;
border-spacing: 0;
border: 1px solid black;
padding: 0 0.5em;
}
table.diff td {
vertical-align: top;
}
|
|
|
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
|
}
ul.filelist li {
padding-top: 1px;
}
/* Rules governing diff layout and colors */
table.diff {
width: 100%;
border-spacing: 0;
border: 1px solid black;
padding: 0 0.5em;
}
table.diff td {
vertical-align: top;
}
|