Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix CSS typo to correct alignment of "th" labels (s/tale/label/). |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
8b3f1b5b25e5f545925fd71283c2dce2 |
| User & Date: | andygoth 2014-04-20 19:05:42.619 |
Context
|
2014-04-20
| ||
| 19:31 | Fix typo and avoid nested double quotes in wiki format guide. ... (check-in: 8a5f192b40 user: andygoth tags: trunk) | |
| 19:05 | Fix CSS typo to correct alignment of "th" labels (s/tale/label/). ... (check-in: 8b3f1b5b25 user: andygoth tags: trunk) | |
| 18:48 | Missing "#else" ... (check-in: b418a7ebbe user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
1150 1151 1152 1153 1154 1155 1156 |
},
{ "pre.th1error",
"format for th1 script errors",
@ white-space: pre-wrap;
@ word-wrap: break-word;
@ color: red;
},
| | | 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 |
},
{ "pre.th1error",
"format for th1 script errors",
@ white-space: pre-wrap;
@ word-wrap: break-word;
@ color: red;
},
{ "table.label-value th",
"The label/value pairs on (for example) the ci page",
@ vertical-align: top;
@ text-align: right;
@ padding: 0.2ex 2ex;
},
{ ".statistics-report-graph-line",
"for the /reports views",
|
| ︙ | ︙ |