]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
prevent left/right floating inside floated containers
[shellwiki] / 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;