mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
Remove stray character in epub.css.
This commit is contained in:
+1
-1
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user