Fossil SCM

Extend the CSS fixes to avoid column breaks inside list items, [dc5e06ff71] and [51da396650], as Firefox classifies 'break-inside' as an 'invalid property name'. This affects the sitemap and the hamburger drop-down menu.

florian 2018-10-11 16:36 UTC js-hamburger-menu
Commit 5bd8d6fe868980c7aa610d625ec4ee766f24e859
1 file changed +1
--- src/default_css.txt
+++ src/default_css.txt
@@ -197,10 +197,11 @@
197197
div.columns > ul li:first-child {
198198
margin-top:0px;
199199
}
200200
.columns li {
201201
break-inside: avoid;
202
+ page-break-inside: avoid;
202203
}
203204
.filetree {
204205
margin: 1em 0;
205206
line-height: 1.5;
206207
}
207208
--- src/default_css.txt
+++ src/default_css.txt
@@ -197,10 +197,11 @@
197 div.columns > ul li:first-child {
198 margin-top:0px;
199 }
200 .columns li {
201 break-inside: avoid;
 
202 }
203 .filetree {
204 margin: 1em 0;
205 line-height: 1.5;
206 }
207
--- src/default_css.txt
+++ src/default_css.txt
@@ -197,10 +197,11 @@
197 div.columns > ul li:first-child {
198 margin-top:0px;
199 }
200 .columns li {
201 break-inside: avoid;
202 page-break-inside: avoid;
203 }
204 .filetree {
205 margin: 1em 0;
206 line-height: 1.5;
207 }
208

Keyboard Shortcuts

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