From: Paul Hänsch Date: Mon, 19 Jan 2026 06:08:08 +0000 (+0100) Subject: Squashed 'cgilite/' changes from 59652316..417cc425 X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=0ea2b290a644ac2b28a2cc6c0dffbd04197df21c;p=shellwiki Squashed 'cgilite/' changes from 59652316..417cc425 417cc425 don't imply white-space: pre in blockquotes git-subtree-dir: cgilite git-subtree-split: 417cc425dee25026873f8c89b7aa43052df7af05 --- diff --git a/common.css b/common.css index 77ea843..c9555ec 100644 --- a/common.css +++ b/common.css @@ -51,10 +51,12 @@ kbd { font-style: italic; } blockquote { margin: .5em 0; padding: 1em; - white-space: pre-line; border: 1pt solid #888; border-left-width: 8pt; } +pre, code { + white-space: pre-wrap; +} ul, ol { padding-left: 1.5em; } dl dt { font-weight: bolder; }