Fossil SCM

Removed .column,.columns {float:left} from Ardoise skin because it can break display of README.md in /dir view by causing the README to display in the same row as the dir columns.

stephan 2020-01-29 09:47 trunk
Commit da76d728b4f6c207cb2783d681ec4cabd2388f361eb3b4a8a806e9f039817794
1 file changed +1 -1
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -291,11 +291,11 @@
291291
box-sizing: border-box
292292
}
293293
.column,
294294
.columns {
295295
width: 100%;
296
- float: left;
296
+ /*float: left; can break README.md in /dir view*/
297297
box-sizing: border-box
298298
}
299299
@media (min-width:400px) {
300300
.container {
301301
width: 95%;
302302
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -291,11 +291,11 @@
291 box-sizing: border-box
292 }
293 .column,
294 .columns {
295 width: 100%;
296 float: left;
297 box-sizing: border-box
298 }
299 @media (min-width:400px) {
300 .container {
301 width: 95%;
302
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -291,11 +291,11 @@
291 box-sizing: border-box
292 }
293 .column,
294 .columns {
295 width: 100%;
296 /*float: left; can break README.md in /dir view*/
297 box-sizing: border-box
298 }
299 @media (min-width:400px) {
300 .container {
301 width: 95%;
302

Keyboard Shortcuts

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