X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/088fad59d7b7e9afd1cc552c62efed498a92c70a..c5d631fe1a261b311725696eae54a55c68d674a8:/project/static/css/html.css diff --git a/project/static/css/html.css b/project/static/css/html.css index 85734491..4904a0d6 100644 --- a/project/static/css/html.css +++ b/project/static/css/html.css @@ -1,9 +1,12 @@ +/* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */ .htmlview { font-size: 16px; font: Georgia, "Times New Roman", serif; line-height: 1.5em; - margin: 0; - margin: 3em; + padding: 3em; +} + +.htmlview div { max-width: 36em; }