From: Paul Hänsch Date: Mon, 19 Feb 2024 01:58:30 +0000 (+0100) Subject: avoid half width headlines X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=536808b3cbfbe1cf1272d645faec3a32c310d24f avoid half width headlines --- diff --git a/themes/default.css b/themes/default.css index 53a3e01..79d555b 100644 --- a/themes/default.css +++ b/themes/default.css @@ -200,6 +200,9 @@ table { padding-right: 1em; vertical-align: top; } + h1.half, h2.half, h3.half, h4.half, h5.half, h6.half { + width: 50%; + } .right { float: right; clear: both;