Differences From Artifact [7152b89886]:
- File skins/ardoise/css.txt — part of check-in [ca148e798a] at 2019-12-24 15:51:55 on branch trunk — Improved CSS in alternative skinds for the new ticket comment colors on the timeline. (user: drh size: 44205) [more...]
To Artifact [b3ccc142a8]:
- File skins/ardoise/css.txt — part of check-in [da76d728b4] at 2020-01-29 09:47:10 on branch trunk — 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. (user: stephan size: 44242) [more...]
︙ | |||
289 290 291 292 293 294 295 | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 | - + | max-width: 1200px; margin: 0 auto; box-sizing: border-box } .column, .columns { width: 100%; |
︙ |