From 0ea2b290a644ac2b28a2cc6c0dffbd04197df21c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 19 Jan 2026 07:08:08 +0100 Subject: [PATCH] Squashed 'cgilite/' changes from 59652316..417cc425 417cc425 don't imply white-space: pre in blockquotes git-subtree-dir: cgilite git-subtree-split: 417cc425dee25026873f8c89b7aa43052df7af05 --- common.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.39.5