Fossil SCM
Avoid parsing error in browser for missing end of statement.
Commit
ffa6b36d08b245a262b225d47c740fe709837f1c
Parent
f3663f9f69c0ce8…
1 file changed
+2
-2
+2
-2
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1211,15 +1211,15 @@ | ||
| 1211 | 1211 | @ color: black; |
| 1212 | 1212 | @ background-color: white; |
| 1213 | 1213 | }, |
| 1214 | 1214 | { "table.adminLogTable", |
| 1215 | 1215 | "Class for the /admin_log table", |
| 1216 | - @ text-align: left | |
| 1216 | + @ text-align: left; | |
| 1217 | 1217 | }, |
| 1218 | 1218 | { ".adminLogTable .adminTime", |
| 1219 | 1219 | "Class for the /admin_log table", |
| 1220 | - @ text-align: left | |
| 1220 | + @ text-align: left; | |
| 1221 | 1221 | @ vertical-align: top; |
| 1222 | 1222 | @ white-space: nowrap; |
| 1223 | 1223 | }, |
| 1224 | 1224 | { 0, |
| 1225 | 1225 | 0, |
| 1226 | 1226 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1211,15 +1211,15 @@ | |
| 1211 | @ color: black; |
| 1212 | @ background-color: white; |
| 1213 | }, |
| 1214 | { "table.adminLogTable", |
| 1215 | "Class for the /admin_log table", |
| 1216 | @ text-align: left |
| 1217 | }, |
| 1218 | { ".adminLogTable .adminTime", |
| 1219 | "Class for the /admin_log table", |
| 1220 | @ text-align: left |
| 1221 | @ vertical-align: top; |
| 1222 | @ white-space: nowrap; |
| 1223 | }, |
| 1224 | { 0, |
| 1225 | 0, |
| 1226 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1211,15 +1211,15 @@ | |
| 1211 | @ color: black; |
| 1212 | @ background-color: white; |
| 1213 | }, |
| 1214 | { "table.adminLogTable", |
| 1215 | "Class for the /admin_log table", |
| 1216 | @ text-align: left; |
| 1217 | }, |
| 1218 | { ".adminLogTable .adminTime", |
| 1219 | "Class for the /admin_log table", |
| 1220 | @ text-align: left; |
| 1221 | @ vertical-align: top; |
| 1222 | @ white-space: nowrap; |
| 1223 | }, |
| 1224 | { 0, |
| 1225 | 0, |
| 1226 |