Fossil SCM
Separate sbsdiff block separator meta-rows a little more from regular rows in built-in skin 4.
Commit
7a47abe17f38971ee0adedced960fdb15937f4ed
Parent
1c40493cb5cdae6…
1 file changed
+10
+10
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -1057,11 +1057,21 @@ | ||
| 1057 | 1057 | @ /* border-bottom: 1px solid rgb(220, 220, 220); */ |
| 1058 | 1058 | @ } |
| 1059 | 1059 | @ |
| 1060 | 1060 | @ table.sbsdiff tr td.meta { |
| 1061 | 1061 | @ background-color: rgb(170, 160, 255); |
| 1062 | +@ padding-top: 0.25em; | |
| 1063 | +@ padding-bottom: 0.25em; | |
| 1062 | 1064 | @ text-align: center; |
| 1065 | +@ -moz-border-radius: 5px; | |
| 1066 | +@ -moz-border-radius: 5px; | |
| 1067 | +@ -webkit-border-radius: 5px; | |
| 1068 | +@ -webkit-border-radius: 5px; | |
| 1069 | +@ -border-radius: 5px; | |
| 1070 | +@ -border-radius: 5px; | |
| 1071 | +@ border-radius: 5px; | |
| 1072 | +@ border-radius: 5px; | |
| 1063 | 1073 | @ } |
| 1064 | 1074 | @ |
| 1065 | 1075 | @ table.sbsdiff tr td.added { |
| 1066 | 1076 | @ background-color: rgb(180, 250, 180); |
| 1067 | 1077 | @ /* border-bottom: 1px solid rgb(160, 230, 160); */ |
| 1068 | 1078 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1057,11 +1057,21 @@ | |
| 1057 | @ /* border-bottom: 1px solid rgb(220, 220, 220); */ |
| 1058 | @ } |
| 1059 | @ |
| 1060 | @ table.sbsdiff tr td.meta { |
| 1061 | @ background-color: rgb(170, 160, 255); |
| 1062 | @ text-align: center; |
| 1063 | @ } |
| 1064 | @ |
| 1065 | @ table.sbsdiff tr td.added { |
| 1066 | @ background-color: rgb(180, 250, 180); |
| 1067 | @ /* border-bottom: 1px solid rgb(160, 230, 160); */ |
| 1068 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -1057,11 +1057,21 @@ | |
| 1057 | @ /* border-bottom: 1px solid rgb(220, 220, 220); */ |
| 1058 | @ } |
| 1059 | @ |
| 1060 | @ table.sbsdiff tr td.meta { |
| 1061 | @ background-color: rgb(170, 160, 255); |
| 1062 | @ padding-top: 0.25em; |
| 1063 | @ padding-bottom: 0.25em; |
| 1064 | @ text-align: center; |
| 1065 | @ -moz-border-radius: 5px; |
| 1066 | @ -moz-border-radius: 5px; |
| 1067 | @ -webkit-border-radius: 5px; |
| 1068 | @ -webkit-border-radius: 5px; |
| 1069 | @ -border-radius: 5px; |
| 1070 | @ -border-radius: 5px; |
| 1071 | @ border-radius: 5px; |
| 1072 | @ border-radius: 5px; |
| 1073 | @ } |
| 1074 | @ |
| 1075 | @ table.sbsdiff tr td.added { |
| 1076 | @ background-color: rgb(180, 250, 180); |
| 1077 | @ /* border-bottom: 1px solid rgb(160, 230, 160); */ |
| 1078 |