Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make the diff colors darker by default. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ea4b7cd68c73147bd85ec5b73f7b3a5c |
| User & Date: | drh 2012-02-06 16:03:40.568 |
Context
|
2012-02-06
| ||
| 17:47 | The "smhdr" query parameter on the finfo pages gives a more compact header without the detailed object descriptions. ... (check-in: af30a9ab46 user: drh tags: trunk) | |
| 16:03 | Make the diff colors darker by default. ... (check-in: ea4b7cd68c user: drh tags: trunk) | |
| 15:21 | Merge the diff enhancements from the diff-experimental branch into trunk. ... (check-in: bba7aea8ca user: drh tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
762 763 764 765 766 767 768 |
{ "div.udiff",
"context diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "span.diffchng",
"changes in a diff",
| | | | | 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 |
{ "div.udiff",
"context diff display",
@ font-family: monospace;
@ white-space: pre;
},
{ "span.diffchng",
"changes in a diff",
@ background-color: #c0c0ff;
},
{ "span.diffadd",
"added code in a diff",
@ background-color: #c0ffc0;
},
{ "span.diffrm",
"deleted in a diff",
@ background-color: #ffc8c8;
},
{ "span.diffhr",
"suppressed lines in a diff",
@ color: #0000ff;
},
{ "span.diffln",
"line nubmers in a diff",
|
| ︙ | ︙ |