]> git.plutz.net Git - shellwiki/commitdiff
typo: acrually avoid half width headlines
authorPaul Hänsch <paul@plutz.net>
Mon, 19 Feb 2024 01:59:33 +0000 (02:59 +0100)
committerPaul Hänsch <paul@plutz.net>
Mon, 19 Feb 2024 01:59:33 +0000 (02:59 +0100)
themes/default.css

index 79d555ba2359084a4785c5107c59f3a25b47abb1..f8c28acf3419b9f1416e38859e4a49bf1b20b412 100644 (file)
@@ -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;