From 4ad62632e520c153517f8e98ef87543fea0d2c7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 17 Aug 2023 12:24:51 +0200 Subject: [PATCH] css: clear gallery from floating elements --- themes/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default.css b/themes/default.css index 4c94580..d60f087 100644 --- a/themes/default.css +++ b/themes/default.css @@ -255,6 +255,7 @@ main pre { margin: 2em 0; padding: .5em .125em; background-color: #444; + clear: both; } .macro.gallery img { max-height: 9em; -- 2.39.2