From 0c16061e3b790f05db393963620832629ddd225a Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Fri, 16 Nov 2012 13:46:15 +0100 Subject: [PATCH] reset css coutner --- redakcja/static/css/html.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index e8fab4d3..edf7988b 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -683,6 +683,7 @@ body { .htmlview span.lista[data-wlf-typ="num"] { + counter-reset: listanum; list-style-type: none; list-style-position: inside; } @@ -736,3 +737,6 @@ body { padding-left: 50px; } +.htmlview .link { + color: #990066; +} -- 2.20.1