X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/95df027538e2f2fb54765f43170d41741153ffbb..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 01c623ad..3b996814 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -250,6 +250,10 @@ font-style: italic; } +.htmlview div.ramka { + border: 1px darkgray solid; +} + .htmlview .nota_red { background-color: #eee; border: 1px solid #888; @@ -302,6 +306,11 @@ font-variant: small-caps; } +.htmlview em.wieksze_odstepy { + font-style: normal; + word-spacing: 1em; +} + .htmlview .parse-warning { display: block; font-size: 10pt;