Fossil SCM

Fix the default CSS for the "columns" class to avoid breaking column breaks within a single <li> element.

drh 2018-09-20 13:35 trunk
Commit 51da396650d8170abb04229ce0ddb2d2c3ea8a45ce3ccbfdeecdac2824e83751
1 file changed +1 -1
--- src/default_css.txt
+++ src/default_css.txt
@@ -195,11 +195,11 @@
195195
padding: 0 0 0 1em;
196196
}
197197
div.columns > ul li:first-child {
198198
margin-top:0px;
199199
}
200
-div.columns li {
200
+.columns li {
201201
break-inside: avoid;
202202
}
203203
.filetree {
204204
margin: 1em 0;
205205
line-height: 1.5;
206206
--- src/default_css.txt
+++ src/default_css.txt
@@ -195,11 +195,11 @@
195 padding: 0 0 0 1em;
196 }
197 div.columns > ul li:first-child {
198 margin-top:0px;
199 }
200 div.columns li {
201 break-inside: avoid;
202 }
203 .filetree {
204 margin: 1em 0;
205 line-height: 1.5;
206
--- src/default_css.txt
+++ src/default_css.txt
@@ -195,11 +195,11 @@
195 padding: 0 0 0 1em;
196 }
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

Keyboard Shortcuts

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