]> git.plutz.net Git - shellwiki/commitdiff
Squashed 'cgilite/' changes from 59652316..417cc425
authorPaul Hänsch <paul@plutz.net>
Mon, 19 Jan 2026 06:08:08 +0000 (07:08 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 19 Jan 2026 06:08:08 +0000 (07:08 +0100)
417cc425 don't imply white-space: pre in blockquotes

git-subtree-dir: cgilite
git-subtree-split: 417cc425dee25026873f8c89b7aa43052df7af05

common.css

index 77ea843ad4fdb23c34e7e50e6a1ad0ecbf7edaaa..c9555ec2380277a2c98fe8a726343434aa386576 100644 (file)
@@ -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; }