From: Marcin Koziej Date: Wed, 5 Dec 2012 12:54:17 +0000 (+0100) Subject: Of course, css is not cumulative! X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/5e08035339a281ddbd5fc20f8c3e70bc291769f6 Of course, css is not cumulative! --- diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index 0cfe002e..5e9ac194 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -1,7 +1,6 @@ /* Style widoku HTML. Nie należy tu ustawiać position ani marginesów */ .htmlview { - counter-reset: main; - counter-reset: aktywnosc; + counter-reset: main aktywnosc; font-size: 16px; font-family: "Georgia", "Times New Roman", serif; line-height: 1.5em;