Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Rephrasing and fixed a typo. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | jan-sbsdiff |
| Files: | files | file ages | folders |
| SHA1: |
8e358aa8c6f21104b87e216e24344c02 |
| User & Date: | jan 2011-10-17 00:26:23.165 |
Context
|
2011-10-17
| ||
| 01:18 | Remove unused variables and surplus blank lines from the side-by-side diff code. Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff | |
| 00:26 | Rephrasing and fixed a typo. check-in: 8e358aa8c6 user: jan tags: jan-sbsdiff | |
|
2011-10-16
| ||
| 23:24 | Merge the latest trunk changes into the side-by-side diff branch. check-in: 23c3affad4 user: drh tags: jan-sbsdiff | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
1051 1052 1053 1054 1055 1056 1057 |
@ table.sbsdiff tr td.lineno {
@ text-align: right;
@ /* border-bottom: 1px solid rgb(220, 220, 220); */
@ }
@
@ table.sbsdiff tr td.srcline {
@ max-width: 400px;
| | | 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;
|
| ︙ | ︙ |