Fossil SCM

Double-quoted the list of monospaced font family names to conform to [https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#valid_family_names | CSS rules for this]. That browsers tolerated spaces in unquoted names is not something we should count on.

wyoung 2024-09-02 17:26 trunk
Commit 2126566e942aee506966034385c0786b502c26e9ee4b2461873ef3f89573f3ea
1 file changed +4 -4
+4 -4
--- src/default.css
+++ src/default.css
@@ -1804,14 +1804,14 @@
18041804
div.markdown ol.footnotes > li.fn-joined > sup.fn-joined,
18051805
table.numbered-lines > tbody > tr,
18061806
tr.diffskip > td.chunkctrl,
18071807
#fossil-status-bar,
18081808
.monospace {
1809
- font-family: Source Code Pro, Menlo, Monaco, Consolas,
1810
- Andale Mono, Ubuntu Mono, Deja Vu Sans Mono,
1811
- Letter Gothic, Letter Gothic Std, Prestige Elite Std,
1812
- Courier, Courier New,
1809
+ font-family: "Source Code Pro", "Menlo", "Monaco", "Consolas",
1810
+ "Andale Mono", "Ubuntu Mono", "Deja Vu Sans Mono",
1811
+ "Letter Gothic", "Letter Gothic Std", "Prestige Elite Std",
1812
+ "Courier", "Courier New",
18131813
monospace;
18141814
}
18151815
18161816
div.markdown > ol.footnotes {
18171817
font-size: 90%;
18181818
--- src/default.css
+++ src/default.css
@@ -1804,14 +1804,14 @@
1804 div.markdown ol.footnotes > li.fn-joined > sup.fn-joined,
1805 table.numbered-lines > tbody > tr,
1806 tr.diffskip > td.chunkctrl,
1807 #fossil-status-bar,
1808 .monospace {
1809 font-family: Source Code Pro, Menlo, Monaco, Consolas,
1810 Andale Mono, Ubuntu Mono, Deja Vu Sans Mono,
1811 Letter Gothic, Letter Gothic Std, Prestige Elite Std,
1812 Courier, Courier New,
1813 monospace;
1814 }
1815
1816 div.markdown > ol.footnotes {
1817 font-size: 90%;
1818
--- src/default.css
+++ src/default.css
@@ -1804,14 +1804,14 @@
1804 div.markdown ol.footnotes > li.fn-joined > sup.fn-joined,
1805 table.numbered-lines > tbody > tr,
1806 tr.diffskip > td.chunkctrl,
1807 #fossil-status-bar,
1808 .monospace {
1809 font-family: "Source Code Pro", "Menlo", "Monaco", "Consolas",
1810 "Andale Mono", "Ubuntu Mono", "Deja Vu Sans Mono",
1811 "Letter Gothic", "Letter Gothic Std", "Prestige Elite Std",
1812 "Courier", "Courier New",
1813 monospace;
1814 }
1815
1816 div.markdown > ol.footnotes {
1817 font-size: 90%;
1818

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button