Fossil

Check-in [8ddd2e6be0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added Consolas to the list of monospace fonts to try before falling back to generics.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | inskinerator-modern-backport
Files: files | file ages | folders
SHA3-256: 8ddd2e6be045a12a89ffa113d52be01f1f5c4c71e5404ab00185b9fb1c8dbcba
User & Date: wyoung 2024-01-25 18:14:10.035
Context
2024-01-25
18:35
Countering the 0.9em font size for monospace input boxes (forum post, wiki edit, ticket comment…) with 1.0em since these fonts tend to be smaller, and when they're full-width (as with /wikiedit and /fileedit) too many columns gets difficult to read. check-in: 002635cc36 user: wyoung tags: inskinerator-modern-backport
18:14
Added Consolas to the list of monospace fonts to try before falling back to generics. check-in: 8ddd2e6be0 user: wyoung tags: inskinerator-modern-backport
17:53
Add a bit of padding around "verbatim" blocks in wiki markup so they don't need explicit whitespace in the source doc. Also, allow the text in such blocks to wrap if need be, to avoid scrolling wide texts on narrow screens. check-in: edc57800c7 user: wyoung tags: inskinerator-modern-backport
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
 * to avoid repeating this long list of fonts. */
code, pre, tt,
    div.markdown ol.footnotes > li.fn-joined > sup.fn-joined,
    table.numbered-lines > tbody > tr,
    tr.diffskip > td.chunkctrl,
    #fossil-status-bar,
    .monospace {
  font-family: Source Code Pro, Menlo, Monaco,
               Andale Mono, Ubuntu Mono, Deja Vu Sans Mono,
               Letter Gothic, Letter Gothic Std, Prestige Elite Std,
               Courier, Courier New,
               monospace;
}

div.markdown > ol.footnotes {







|







1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
 * to avoid repeating this long list of fonts. */
code, pre, tt,
    div.markdown ol.footnotes > li.fn-joined > sup.fn-joined,
    table.numbered-lines > tbody > tr,
    tr.diffskip > td.chunkctrl,
    #fossil-status-bar,
    .monospace {
  font-family: Source Code Pro, Menlo, Monaco, Consolas,
               Andale Mono, Ubuntu Mono, Deja Vu Sans Mono,
               Letter Gothic, Letter Gothic Std, Prestige Elite Std,
               Courier, Courier New,
               monospace;
}

div.markdown > ol.footnotes {