From 9d291f939981803fcde39ebe0ab5f4cf701ba6f0 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 13 Dec 2020 19:37:46 -0600 Subject: [PATCH] Correct text-indent on centered element --- src/epub/css/local.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/epub/css/local.css b/src/epub/css/local.css index 7695c34..3cd2bef 100644 --- a/src/epub/css/local.css +++ b/src/epub/css/local.css @@ -10,6 +10,7 @@ blockquote[xml|lang]{ .card > p{ font-variant: small-caps; text-align: center; + text-indent: 0; } abbr.acronym, @@ -286,6 +287,7 @@ footer{ #sound-and-fury table + p{ margin-top: 1em; text-align: center; + text-indent: 0; } #the-proem blockquote{ @@ -333,6 +335,7 @@ footer{ font-variant: small-caps; margin-top: 1em; text-align: center; + text-indent: 0; } #a-matter-of-mean-elevation blockquote{