diff options
| author | John MacFarlane <[email protected]> | 2022-11-06 20:39:21 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-06 20:46:41 -0800 |
| commit | 2dfa5e06b71dc6775f2622b2cb88ac2cc85c2966 (patch) | |
| tree | 720d3685f3c594dea1a137d70f48f32aaefca772 /data/epub.css | |
| parent | 036aac385129c193da14e8f5fec2944061b86723 (diff) | |
Remove stray character in epub.css.
Diffstat (limited to 'data/epub.css')
| -rw-r--r-- | data/epub.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epub.css b/data/epub.css index 3f9bfa5bf..0b5110cdd 100644 --- a/data/epub.css +++ b/data/epub.css @@ -164,7 +164,7 @@ span.smallcaps{font-variant: small-caps;} div.column{ display: inline-block; vertical-align: top; width: 50%; } /* If you can rely on CSS3 support, use this instead: */ div.columns{display: flex; gap: min(4vw, 1.5em);} -div.column{flex: auto; overflow-x: auto;} */ +div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} |
