summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Rodríguez <ousia@users.noreply.github.com>2015-08-07 22:32:36 +0200
committerPablo Rodríguez <ousia@users.noreply.github.com>2015-08-07 22:32:36 +0200
commit74d37517ebf8babdfee3c47dfcd0cbdcf332236e (patch)
treef11ed70ca377694ef359c17583f5292176e1b4f2
parent74c31abb1aa696760d20efb202369e1cb0ecfd20 (diff)
added selectors for nested emphasis (epub.css)
-rw-r--r--data/epub.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/epub.css b/data/epub.css
index 1ea24680d..594a1e01e 100644
--- a/data/epub.css
+++ b/data/epub.css
@@ -12,4 +12,7 @@ h2.author { }
h3.date { }
ol.toc { padding: 0; margin-left: 1em; }
ol.toc li { list-style-type: none; margin: 0; padding: 0; }
-a.footnoteRef { vertical-align: super; } \ No newline at end of file
+a.footnoteRef { vertical-align: super; }
+em, em em em, em em em em em { font-style: italic;}
+em em, em em em em { font-style: normal; }
+