diff options
-rw-r--r-- | data/epub.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/epub.css b/data/epub.css index e27f4e809..e0fb3fd93 100644 --- a/data/epub.css +++ b/data/epub.css @@ -22,3 +22,4 @@ span.smallcaps{ font-variant: small-caps; } span.underline{ text-decoration: underline; } q { quotes: "“" "”" "‘" "’"; } div.column{ display: inline-block; vertical-align: top; width: 50%; } +div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} |