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.
Commit
da76d728b4f6c207cb2783d681ec4cabd2388f361eb3b4a8a806e9f039817794
Parent
7723a92f069102a…
1 file changed
+1
-1
+1
-1
| --- skins/ardoise/css.txt | ||
| +++ skins/ardoise/css.txt | ||
| @@ -291,11 +291,11 @@ | ||
| 291 | 291 | box-sizing: border-box |
| 292 | 292 | } |
| 293 | 293 | .column, |
| 294 | 294 | .columns { |
| 295 | 295 | width: 100%; |
| 296 | - float: left; | |
| 296 | + /*float: left; can break README.md in /dir view*/ | |
| 297 | 297 | box-sizing: border-box |
| 298 | 298 | } |
| 299 | 299 | @media (min-width:400px) { |
| 300 | 300 | .container { |
| 301 | 301 | width: 95%; |
| 302 | 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; |
| 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 |