Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Set explicit background color for sbsdiff table in skins. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | jan-sbsdiff |
| Files: | files | file ages | folders |
| SHA1: |
f4f5e0557145b89be770fe07a0b959a7 |
| User & Date: | jan 2011-10-16 13:35:06.874 |
Context
|
2011-10-16
| ||
| 16:19 | Add sbsdiff options when using show-version-diffs. ... (check-in: adace7586e user: jan tags: jan-sbsdiff) | |
| 13:35 | Set explicit background color for sbsdiff table in skins. ... (check-in: f4f5e05571 user: jan tags: jan-sbsdiff) | |
| 02:07 | Separate sbsdiff block separator meta-rows a little more from regular rows in built-in skin 4. ... (check-in: 7a47abe17f user: jan tags: jan-sbsdiff) | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
| > | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ background-color: white;
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
|
| ︙ | ︙ | |||
401 402 403 404 405 406 407 408 409 410 411 412 413 414 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
| > | 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ background-color: #ffffc5;
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
|
| ︙ | ︙ | |||
678 679 680 681 682 683 684 685 686 687 688 689 690 691 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
| > | 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ background-color: white;
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ }
|
| ︙ | ︙ |
Changes to src/style.c.
| ︙ | ︙ | |||
397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ margin-left: auto;
| > | 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 |
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
@ }
@
@ /* Side-by-side diff */
@ table.sbsdiff {
@ background-color: white;
@ font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
@ font-size: 10pt;
@ border-collapse:collapse;
@ white-space: pre;
@ width: 98%;
@ border: 1px #000 dashed;
@ margin-left: auto;
|
| ︙ | ︙ |