Differences From Artifact [8be5364fb7]:
- File src/default_css.txt — part of check-in [5c9c51be5f] at 2017-11-29 19:18:45 on branch trunk — Generate the big cssDefaultList table in the middle of style.c using default_css.txt as the source. The default_css.txt file will be easier to understand, edit, and comment. (user: drh size: 10875)
To Artifact [7102e15ade]:
- File src/default_css.txt — part of check-in [3b988301c7] at 2017-11-30 11:34:16 on branch trunk — Fix the default CSS diff coloring, broken by check-in [5c9c51be5f033de2] (user: drh size: 11013)
| ︙ | |||
499 500 501 502 503 504 505 506 507 508 509 510 511 512 | 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 | + + + + + + + + + |
div.difftxtcol {
width: 45em;
overflow-x: auto;
}
div.diffmkrcol {
padding: 0 1em;
}
span.diffchng {
background-color: #c0c0ff;
}
span.diffadd {
background-color: #c0ffc0;
}
span.diffrm {
background-color: #ffc8c8;
}
span.diffhr {
display: inline-block;
margin: .5em 0 1em;
color: #0000ff;
}
span.diffln {
color: #a0a0a0;
|
| ︙ |