diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-07-02 22:33:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 22:33:57 +0300 |
| commit | 79ea7e7d8b1ca01b0d93fe307b0b1fd2b5aa22f0 (patch) | |
| tree | c37f85285bfdf7d3b3560ce5e635bcde76c86818 /data | |
| parent | 3a8ee3603101f92ed111a2320eb0e60ba52cb21a (diff) | |
resolves #123 remove <b> from chapter subtitle (#345)
Diffstat (limited to 'data')
| -rw-r--r-- | data/styles/epub3-css3-only.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/styles/epub3-css3-only.css b/data/styles/epub3-css3-only.css index 6f44c29..294219f 100644 --- a/data/styles/epub3-css3-only.css +++ b/data/styles/epub3-css3-only.css @@ -75,23 +75,6 @@ body code, body kbd, body pre, pre :not(code) { th, td, figcaption, caption { text-rendering: optimizeLegibility; }*/ - /* hack line height of subtitle using floats on Kindle */ - h1.chapter-title .subtitle { - margin-top: -0.2em; - margin-bottom: 0.3em; /* compensate for reduced line height */ - } - - /* NOTE using b instead of span since Firefox ePubReader applies immutable styles to span */ - h1.chapter-title .subtitle > b { - float: left; - display: inline-block; - margin-bottom: -0.3em; /* reduce the line height */ - padding-right: 0.2em; /* spacing between words */ - } - - h1.chapter-title .subtitle > b:last-child { - padding-right: 0; - } h1.chapter-title .subtitle::after { display: table; |
