1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
|
@ table.sbsdiff tr td.lineno {
@ text-align: right;
@ /* border-bottom: 1px solid rgb(220, 220, 220); */
@ }
@
@ table.sbsdiff tr td.srcline {
@ max-width: 400px;
@ /* Nota bene: May partially hide long lines witout whitespaces */
@ overflow: hidden;
@ /* border-bottom: 1px solid rgb(220, 220, 220); */
@ }
@
@ table.sbsdiff tr td.meta {
@ background-color: rgb(170, 160, 255);
@ padding-top: 0.25em;
|
|
|
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
|
@ table.sbsdiff tr td.lineno {
@ text-align: right;
@ /* border-bottom: 1px solid rgb(220, 220, 220); */
@ }
@
@ table.sbsdiff tr td.srcline {
@ max-width: 400px;
@ /* Note: May partially hide long lines without whitespaces */
@ overflow: hidden;
@ /* border-bottom: 1px solid rgb(220, 220, 220); */
@ }
@
@ table.sbsdiff tr td.meta {
@ background-color: rgb(170, 160, 255);
@ padding-top: 0.25em;
|