#1038: workaround for ADE problem with small-caps
[librarian.git] / librarian / epub / style.css
index 55ac117..70b05ae 100644 (file)
@@ -183,6 +183,28 @@ p
     margin-bottom: 0.25em;\r
 }\r
 \r
+.intitle\r
+{\r
+    margin: 0;\r
+    text-align: center;\r
+    font-weight: bold;\r
+\r
+    font-size: 1.5em;\r
+    line-height: 1.5em;\r
+    margin-bottom: 0.25em;\r
+}\r
+\r
+.insubtitle\r
+{\r
+    margin: 0;\r
+    text-align: center;\r
+    font-weight: bold;\r
+\r
+    font-size: 1em;\r
+    line-height: 1.5em;\r
+    margin-bottom: 0.25em;\r
+}\r
+\r
 .collection\r
 {\r
     margin: 0;\r
@@ -322,10 +344,11 @@ em.author-emphasis
        letter-spacing: 0.1em;\r
 }\r
 \r
-em.person\r
+.person-list em.person\r
 {\r
        font-style: normal;\r
-       font-variant: small-caps;\r
+       /*font-variant: small-caps;*/\r
+       text-transform: uppercase;\r
 }\r
 \r
 p.info\r