From: Paul Hänsch Date: Mon, 7 Jul 2025 04:04:51 +0000 (+0200) Subject: ignore inner .half and .left tags of fenced code blocks X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=2bf6d417206e2daf73ff9d390c1aa319a7edb93f;p=shellwiki ignore inner .half and .left tags of fenced code blocks --- diff --git a/themes/default.css b/themes/default.css index 2cbabd1..0375389 100644 --- a/themes/default.css +++ b/themes/default.css @@ -235,6 +235,13 @@ table { width: 100%; margin: .25em 0 .5em 0; } + pre.half > code.half, + pre.right > code.right, + pre.right > code.right { + float: none; + width: 100%; + margin: 0; + } figure.left img.left, figure.right img.right { margin: 0;