From: root Date: Wed, 21 Jul 2010 09:27:06 +0000 (-0500) Subject: Merge branch 'master' of git@github.com:fnp/redakcja X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/97a4b964820b9df287829d5b52c5d0b807d51121?hp=713b135cf1a9bb373e7bec2f7b5e5841ff334497 Merge branch 'master' of git@github.com:fnp/redakcja --- diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index b1bf4d94..3072d9b4 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;