Fossil

Check-in [a703b4ce25]
Login

Check-in [a703b4ce25]

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: a703b4ce25c29cd9ad7abca369cd69179eed8ee7e7b1f21d19bb697fe1363627
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
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
  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;
  font-size: 1.2em;
  line-height: 1.35;
  white-space: pre;
}
table.numbered-lines > tbody > tr > td {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;







<







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;