From c69605017947202b0bbd0a2a2335cb37752141b9 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 25 Jan 2011 16:37:05 +0100 Subject: [PATCH 1/1] #1038: workaround for ADE problem with small-caps --- librarian/epub/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/librarian/epub/style.css b/librarian/epub/style.css index fd98f07..70b05ae 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -344,10 +344,11 @@ em.author-emphasis letter-spacing: 0.1em; } -em.person +.person-list em.person { font-style: normal; - font-variant: small-caps; + /*font-variant: small-caps;*/ + text-transform: uppercase; } p.info -- 2.20.1