From 5e08035339a281ddbd5fc20f8c3e70bc291769f6 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 5 Dec 2012 13:54:17 +0100 Subject: [PATCH] Of course, css is not cumulative! --- redakcja/static/css/html.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1