]> git.plutz.net Git - shellwiki/commitdiff
avoid extra img margins in floating figures master
authorPaul Hänsch <paul@plutz.net>
Tue, 15 Oct 2024 10:06:16 +0000 (12:06 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 15 Oct 2024 10:06:16 +0000 (12:06 +0200)
themes/default.css

index a1ea010d118220f5b0f123b9bf08e6f3f4c0a9c5..2cbabd136a1497ddbdc291c385da771973daaf9d 100644 (file)
@@ -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;