From: Paul Hänsch Date: Mon, 19 Feb 2024 01:59:33 +0000 (+0100) Subject: typo: acrually avoid half width headlines X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=fb51b18918aa9f6d6f93576b9c7fbf3ea4c12ef3 typo: acrually avoid half width headlines --- diff --git a/themes/default.css b/themes/default.css index 79d555b..f8c28ac 100644 --- a/themes/default.css +++ b/themes/default.css @@ -201,7 +201,7 @@ table { vertical-align: top; } h1.half, h2.half, h3.half, h4.half, h5.half, h6.half { - width: 50%; + width: 100%; } .right { float: right;