Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Separate sbsdiff block separator meta-rows a little more from regular rows in built-in skin 4. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | jan-sbsdiff |
| Files: | files | file ages | folders |
| SHA1: |
7a47abe17f38971ee0adedced960fdb1 |
| User & Date: | jan 2011-10-16 02:07:11.566 |
Context
|
2011-10-16
| ||
| 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 | |
| 00:14 | Updated styles/skins. Built-in skin 4 can now wrap lines. check-in: 1c40493cb5 user: jan tags: jan-sbsdiff | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 |
@ /* 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);
@ text-align: center;
@ }
@
@ table.sbsdiff tr td.added {
@ background-color: rgb(180, 250, 180);
@ /* border-bottom: 1px solid rgb(160, 230, 160); */
@ }
@
| > > > > > > > > > > | 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 |
@ /* 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;
@ padding-bottom: 0.25em;
@ text-align: center;
@ -moz-border-radius: 5px;
@ -moz-border-radius: 5px;
@ -webkit-border-radius: 5px;
@ -webkit-border-radius: 5px;
@ -border-radius: 5px;
@ -border-radius: 5px;
@ border-radius: 5px;
@ border-radius: 5px;
@ }
@
@ table.sbsdiff tr td.added {
@ background-color: rgb(180, 250, 180);
@ /* border-bottom: 1px solid rgb(160, 230, 160); */
@ }
@
|
| ︙ | ︙ |