From: Paul Hänsch Date: Tue, 15 Oct 2024 10:06:16 +0000 (+0200) Subject: avoid extra img margins in floating figures X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=shellwiki avoid extra img margins in floating figures --- diff --git a/themes/default.css b/themes/default.css index a1ea010..2cbabd1 100644 --- a/themes/default.css +++ b/themes/default.css @@ -235,6 +235,10 @@ table { width: 100%; margin: .25em 0 .5em 0; } + figure.left img.left, + figure.right img.right { + margin: 0; + } section.left > :first-child, section.right > :first-child { float: none;