Differences From Artifact [2995a4ca5e]:
- File src/default_css.txt — part of check-in [ba232e261e] at 2018-07-30 21:17:26 on branch forum-v2 — Improved CSS for the user capability summary. (user: drh size: 12496)
To Artifact [6d167b97a1]:
- File src/default_css.txt — part of check-in [fa8ef25777] at 2018-07-31 13:08:04 on branch forum-v2 — Wrap oversize text/plain wiki and tickets and technotes and forum messages. (user: drh size: 12564) [more...]
︙ | |||
532 533 534 535 536 537 538 539 540 541 542 543 544 545 | 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 | + + + + | word-wrap: break-word; } pre.th1error { white-space: pre-wrap; word-wrap: break-word; color: red; } pre.textPlain { white-space: pre-wrap; word-wrap: break-word; } .statistics-report-graph-line { background-color: #446979; } .statistics-report-table-events th { padding: 0 1em 0 1em; } .statistics-report-table-events td { |
︙ |