Fossil SCM
Fix CSS typo to correct alignment of "th" labels (s/tale/label/).
Commit
8b3f1b5b25e5f545925fd71283c2dce2ea911e7d
Parent
b418a7ebbe55506…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1152,11 +1152,11 @@ | ||
| 1152 | 1152 | "format for th1 script errors", |
| 1153 | 1153 | @ white-space: pre-wrap; |
| 1154 | 1154 | @ word-wrap: break-word; |
| 1155 | 1155 | @ color: red; |
| 1156 | 1156 | }, |
| 1157 | - { "table.tale-value th", | |
| 1157 | + { "table.label-value th", | |
| 1158 | 1158 | "The label/value pairs on (for example) the ci page", |
| 1159 | 1159 | @ vertical-align: top; |
| 1160 | 1160 | @ text-align: right; |
| 1161 | 1161 | @ padding: 0.2ex 2ex; |
| 1162 | 1162 | }, |
| 1163 | 1163 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1152,11 +1152,11 @@ | |
| 1152 | "format for th1 script errors", |
| 1153 | @ white-space: pre-wrap; |
| 1154 | @ word-wrap: break-word; |
| 1155 | @ color: red; |
| 1156 | }, |
| 1157 | { "table.tale-value th", |
| 1158 | "The label/value pairs on (for example) the ci page", |
| 1159 | @ vertical-align: top; |
| 1160 | @ text-align: right; |
| 1161 | @ padding: 0.2ex 2ex; |
| 1162 | }, |
| 1163 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1152,11 +1152,11 @@ | |
| 1152 | "format for th1 script errors", |
| 1153 | @ white-space: pre-wrap; |
| 1154 | @ word-wrap: break-word; |
| 1155 | @ color: red; |
| 1156 | }, |
| 1157 | { "table.label-value th", |
| 1158 | "The label/value pairs on (for example) the ci page", |
| 1159 | @ vertical-align: top; |
| 1160 | @ text-align: right; |
| 1161 | @ padding: 0.2ex 2ex; |
| 1162 | }, |
| 1163 |