X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/987b8f97cc92737294840efbfb9b3c54ff334b66..b171203911f76839a6c5da5f4123434fe4508b9f:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 003d7d23..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,7 +306,7 @@ font-variant: small-caps; } -em.wieksze_odstepy { +.htmlview em.wieksze_odstepy { font-style: normal; word-spacing: 1em; }