Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Reduced the line-number-mode font size back to normal. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a703b4ce25c29cd9ad7abca369cd6917 |
| User & Date: | stephan 2020-08-17 21:19:46.893 |
Context
|
2020-08-18
| ||
| 13:54 | Make -f an alias for --force on "fossil open". ... (check-in: 17c244de21 user: drh tags: trunk) | |
|
2020-08-17
| ||
| 21:19 | Reduced the line-number-mode font size back to normal. ... (check-in: a703b4ce25 user: stephan tags: trunk) | |
| 21:17 | A couple minor skin doc typos. ... (check-in: 9e871e0de0 user: stephan tags: trunk) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
1153 1154 1155 1156 1157 1158 1159 |
width: 100%;
table-layout: fixed /* required to keep ultra-wide code from exceeding
window width, and instead force a scrollbar
on them. */;
}
table.numbered-lines > tbody > tr {
font-family: monospace;
| < | 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 |
width: 100%;
table-layout: fixed /* required to keep ultra-wide code from exceeding
window width, and instead force a scrollbar
on them. */;
}
table.numbered-lines > tbody > tr {
font-family: monospace;
line-height: 1.35;
white-space: pre;
}
table.numbered-lines > tbody > tr > td {
font-family: inherit;
font-size: inherit;
line-height: inherit;
|
| ︙ | ︙ |