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

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