From: Paul Hänsch Date: Tue, 19 May 2026 04:21:02 +0000 (+0200) Subject: Squashed 'cgilite/' changes from 5965231..417cc42 X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=ed4f36ec767bc32930e6e93f149a88c837136c67;p=webpoll Squashed 'cgilite/' changes from 5965231..417cc42 417cc42 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; }