X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d4daf881a68dde7d5b042644ca4bdef399990b28..0548123b5f23ea1a9e134a134fcf8ec061ad6751:/redakcja/static/css/html_print.css diff --git a/redakcja/static/css/html_print.css b/redakcja/static/css/html_print.css index 63a2d439..c6612c5c 100644 --- a/redakcja/static/css/html_print.css +++ b/redakcja/static/css/html_print.css @@ -1,7 +1,7 @@ /* 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; } @@ -234,3 +234,9 @@ font-style: normal; font-variant: small-caps; } + +.htmlview em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +}