]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
typo: acrually avoid half width headlines
[shellwiki] / themes / default.css
index 323e7b4b9bdfb3a2214eef5be9df2b3d2da04a09..f8c28acf3419b9f1416e38859e4a49bf1b20b412 100644 (file)
@@ -1,5 +1,5 @@
 /*
-# Copyright 2022 - 2023 Paul Hänsch
+# Copyright 2022 - 2024 Paul Hänsch
 # 
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -200,6 +200,9 @@ table {
     padding-right: 1em;
     vertical-align: top;
   }
+  h1.half, h2.half, h3.half, h4.half, h5.half, h6.half {
+    width: 100%;
+  }
   .right {
     float: right;
     clear: both;