]> git.plutz.net Git - shellwiki/commitdiff
prevent left/right floating inside floated containers
authorPaul Hänsch <paul@plutz.net>
Mon, 9 Oct 2023 10:17:36 +0000 (12:17 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 9 Oct 2023 10:17:36 +0000 (12:17 +0200)
themes/default.css

index 597a1a9e9ae64c61bf473b9a47ee53ab01b2e78e..450810476b65931322727a3b5e34530ff2b0e1aa 100644 (file)
@@ -198,6 +198,13 @@ table {
     width: 33%;
     margin: .25em 1em .5em 0;
   }
+  .left .left, .left .right,
+  .right .left, .right .right,
+  .half .left, .half .right {
+    float: none;
+    width: 100%;
+    margin: .25em 0 .5em 0;
+  }
   section.left  > :first-child,
   section.right > :first-child {
     float: none;