From 4ee8f1f650daa42cfa390cc3012e1bbaa5349275 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Paul=20H=C3=A4nsch?= <paul@plutz.net>
Date: Tue, 15 Oct 2024 12:06:16 +0200
Subject: [PATCH] avoid extra img margins in floating figures

---
 themes/default.css | 4 ++++
 1 file changed, 4 insertions(+)

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;
-- 
2.39.5