From 02c9679ac03e698fb1f8475b282f4e1cac8976a7 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 15 Jul 2010 12:36:38 +0200 Subject: [PATCH] Fixed #671: no text styling on themes --- wolnelektury/static/css/master.book.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css index 2a8ea8bf5..5470dbfac 100644 --- a/wolnelektury/static/css/master.book.css +++ b/wolnelektury/static/css/master.book.css @@ -155,8 +155,14 @@ p { color: #777; padding: 0 0.5em; width: 7.5em; + font-style: normal; font-weight: normal; + font-variant: normal; + letter-spacing: 0; + text-transform: none; + text-decoration: none; + font-size: 16px; float: right; margin-right: -9.5em; -- 2.20.1