added selectors for nested emphasis (epub.css)

This commit is contained in:
Pablo Rodríguez 2015-08-07 22:32:36 +02:00
parent 74c31abb1a
commit 74d37517eb

View file

@ -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; }
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; }