From 47e6c029e204a4ffa9ac9e89daaa93aeae883c59 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 22 Sep 2023 13:04:18 -0500 Subject: [PATCH] Tweak CSS --- src/epub/css/local.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/epub/css/local.css b/src/epub/css/local.css index b9e22d8..57bb5b9 100644 --- a/src/epub/css/local.css +++ b/src/epub/css/local.css @@ -96,10 +96,7 @@ figure.full-page{ table{ border-collapse: collapse; font-variant-numeric: tabular-nums; - margin-bottom: 0.5em; - margin-left: auto; - margin-right: auto; - margin-top: 0.5em; + margin: 1em auto; } table th, @@ -124,14 +121,8 @@ table + p{ /* these are for 'pseudo-headings' we don't want in ToC */ div header p{ font-style: italic; - margin-bottom: 0.5em; - margin-top: 0.5em; + margin: 1em auto; text-align: center; - text-indent: 0; -} - -div header + p{ - text-indent: 0; } /* this is to italicise "diary" dates to match scans */