From d4daf881a68dde7d5b042644ca4bdef399990b28 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 15 Jul 2010 12:36:14 +0200 Subject: [PATCH] Fixed #671: no text styling on themes --- redakcja/static/css/html.css | 9 +++++++-- redakcja/static/css/html_print.css | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index ea292f4d..8884f08a 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -333,11 +333,16 @@ div[x-node] > .uwaga { left: auto; clear: right; width: 10em; + + font-style: normal; font-weight: normal; - font-size: 13px; - line-height: 18px; font-variant: normal; + letter-spacing: 0; + text-transform: none; text-decoration: none; + + font-size: 13px; + line-height: 18px; background-color: #fff; /* border: 1px solid gray; diff --git a/redakcja/static/css/html_print.css b/redakcja/static/css/html_print.css index 81210358..63a2d439 100644 --- a/redakcja/static/css/html_print.css +++ b/redakcja/static/css/html_print.css @@ -59,8 +59,15 @@ 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