From f5d74bb6086cfa98f000e6a92b5ac44fb4a96169 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:53:49 +0000 Subject: [PATCH] Remove margin from figure css --- dara/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/dara/style.css b/dara/style.css index c73e53bd4d..d29438d4bc 100644 --- a/dara/style.css +++ b/dara/style.css @@ -388,9 +388,6 @@ small { big { font-size: 125%; } -figure { - margin: 0; -} table { border-bottom: 1px solid #eee; margin: 0 0 1.6em 0;