X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..a762ebd5cfcee80c43074973566c84f7a1cab0c6:/redakcja/static/css/html_print.css?ds=sidebyside diff --git a/redakcja/static/css/html_print.css b/redakcja/static/css/html_print.css index 38cb5968..c6612c5c 100644 --- a/redakcja/static/css/html_print.css +++ b/redakcja/static/css/html_print.css @@ -1,9 +1,9 @@ /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */ .htmlview { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; - padding: 3em; + padding: 3em; } .htmlview div { @@ -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; @@ -227,3 +234,9 @@ font-style: normal; font-variant: small-caps; } + +.htmlview em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +}