From 2c5412a914c1c379a672aef229b338637b890fb7 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Thu, 6 Jun 2024 01:44:25 -0700 Subject: [PATCH] Remove unwanted margin in zebra layout figures --- src/css/layouts/zebra-sections.css | 6 ++++++ src/css/layouts/zebra-sections.html | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/css/layouts/zebra-sections.css b/src/css/layouts/zebra-sections.css index 3065425..45f8761 100644 --- a/src/css/layouts/zebra-sections.css +++ b/src/css/layouts/zebra-sections.css @@ -161,6 +161,9 @@ main >section >div >blockquote >cite { text-align: right; padding-top: 5px; } +main >section >div >blockquote >figure { + margin-bottom: 0px; + } main >section >div >blockquote >cite::before { content: "\2014"; /* character: — (em dash) */ margin-right: 0.4em; @@ -179,6 +182,9 @@ main >section figure { vertical-align: top; padding: 0px 10px; } +main >section >figure { + display: block; + } main >section figure img.popup-image { height: 120px; max-width: none; diff --git a/src/css/layouts/zebra-sections.html b/src/css/layouts/zebra-sections.html index 6fe0802..71a6a4b 100644 --- a/src/css/layouts/zebra-sections.html +++ b/src/css/layouts/zebra-sections.html @@ -84,10 +84,6 @@

On Fire

"No matter where you go, there you are." Buckaroo Banzai -
- "No matter where you go, there you are." - Buckaroo Banzai -