diff options
| author | Gambhiro <gambhiro@users.noreply.github.com> | 2020-01-24 06:20:30 +0000 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-01-24 09:20:30 +0300 |
| commit | 62fd8f33e2bedc8af7ee6764e0c1dfa31c554ef4 (patch) | |
| tree | 5034d170f6b25cb835067ed92b06cdf576d5eee7 /data | |
| parent | a56734018becb3f6c02027162f4c2a5f853182ae (diff) | |
resolves #129 don't insert quotation marks around quotes (PR #130)
Co-authored-by: Marat Radchenko <marat@slonopotamus.org>
Diffstat (limited to 'data')
| -rw-r--r-- | data/styles/epub3.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/styles/epub3.css b/data/styles/epub3.css index cedc95b..04b7c61 100644 --- a/data/styles/epub3.css +++ b/data/styles/epub3.css @@ -858,12 +858,6 @@ blockquote > p { line-height: 1.75; } -/* hide explicit open quote for CSS3-enabled clients */ -blockquote span.open-quote:not(:empty) { - display: none; -} - -/* NOTE if we mapped the font icon to "\201c", we could just style the .open-quote */ blockquote > p:first-of-type::before { display: inline-block; color: #666665; |
