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.
Commit
5bd8d6fe868980c7aa610d625ec4ee766f24e859
Parent
c6735b38b48b554…
1 file changed
+1
+1
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -197,10 +197,11 @@ | ||
| 197 | 197 | div.columns > ul li:first-child { |
| 198 | 198 | margin-top:0px; |
| 199 | 199 | } |
| 200 | 200 | .columns li { |
| 201 | 201 | break-inside: avoid; |
| 202 | + page-break-inside: avoid; | |
| 202 | 203 | } |
| 203 | 204 | .filetree { |
| 204 | 205 | margin: 1em 0; |
| 205 | 206 | line-height: 1.5; |
| 206 | 207 | } |
| 207 | 208 |
| --- 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 |