Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | inskinerator-modern-backport |
| Files: | files | file ages | folders |
| SHA3-256: |
a76312cdb493fa643966cc4eaf6cbeec |
| User & Date: | wyoung 2024-02-10 05:40:15.681 |
Context
|
2024-02-10
| ||
| 05:45 | Removed a stray semicolon ... (check-in: 228626bc91 user: wyoung tags: inskinerator-modern-backport) | |
| 05:40 | Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. ... (check-in: a76312cdb4 user: wyoung tags: inskinerator-modern-backport) | |
| 05:37 | Restored the #444 text color for headers, since bold and big text doesn't have the same need for high contrast ratios to be readable. ... (check-in: a3903958de user: wyoung tags: inskinerator-modern-backport) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
1757 1758 1759 1760 1761 1762 1763 |
}
body.branch .submenu > a.timeline-link.selected {
display: inline;
}
/* Candidate fonts for various forms of monospaced text. Collected here
* to avoid repeating this long list of fonts. */
| | | 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 |
}
body.branch .submenu > a.timeline-link.selected {
display: inline;
}
/* Candidate fonts for various forms of monospaced text. Collected here
* to avoid repeating this long list of fonts. */
code, kbd, pre, samp, tt, var,
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,
|
| ︙ | ︙ |