diff options
| author | John MacFarlane <[email protected]> | 2023-01-02 22:35:17 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-02 22:35:17 -0800 |
| commit | 355794549d29e011823c27062d902c8a69f2de86 (patch) | |
| tree | d879e4ba4d595b5b7e215eee7b468a36fa11e3d7 | |
| parent | ce7d1d1c2029d7a248c1a84958d464dd45f332a2 (diff) | |
epub.css: comment out flex rules.
This fixes commit 3666d79ae776ce4839262c9f9cbb9d76471d2eb0
which closed #8379.
| -rw-r--r-- | data/epub.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/epub.css b/data/epub.css index 0b5110cdd..f8053742c 100644 --- a/data/epub.css +++ b/data/epub.css @@ -162,9 +162,10 @@ span.smallcaps{font-variant: small-caps;} /* This is the most compatible CSS, but it only allows two columns: */ div.column{ display: inline-block; vertical-align: top; width: 50%; } -/* If you can rely on CSS3 support, use this instead: */ +/* 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.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} |
