X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/927a991b71d9876995dd2beadee8d9ff16175a50..06c0fd3da81bed89e12e7a30cfc6ff33ddecd075:/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; }