Artifact 56aab62a28c1fee5e43918defd44f5ed5f5c12355d0d91bc51c0cbb8f1a45057:
- File
www/webui.wiki
-
2024-02-04 04:42:03
— part of check-in
[56c7c2cb13]
on branch inskinerator-modern-backport
— Added three new block-element classes to the skin to replace use of
"blockquote" with semantic alternatives:
- "indent" for cases where the only purpose was to indent things
- "blockquote" where you want an actual block quote in a wiki doc and thus can't use a "blockquote" element due to the historical misuse of this tag, preventing us from doing the same for it as we do for MD
- "sidebar" when the reason you wanted an indented paragraph was to create a sidebar; this is styled much like a blockquote in MD (or the new "blockquote" class in wiki docs) but floats to the right.
Using all three of these in the remaining www/ docs that still used explicit "blockquote" tags.
(If you're wondering why the prior commit claims to have dealt with all of these tags when this commit belies that, it's because this work was done en masse, then split up into two related commits to keep the commit messages more on-point. It was easier to commit these two chunks of work in this order. It would have required a complicated dance with the stash to commit them in the more logical order.) (user: wyoung size: 8360)
- 2024-02-10 17:36:10 — part of check-in [8a1ba49b73] on branch trunk — Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. (user: wyoung size: 8360)
-
2024-02-04 04:42:03
— part of check-in
[56c7c2cb13]
on branch inskinerator-modern-backport
— Added three new block-element classes to the skin to replace use of
"blockquote" with semantic alternatives: