From: Paul Hänsch Date: Mon, 9 Oct 2023 10:17:36 +0000 (+0200) Subject: prevent left/right floating inside floated containers X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=b2c6706c40fe49940e59f9b71e52c2d2d18c3d57 prevent left/right floating inside floated containers --- diff --git a/themes/default.css b/themes/default.css index 597a1a9..4508104 100644 --- a/themes/default.css +++ b/themes/default.css @@ -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;