reset css coutner
[redakcja.git] / redakcja / static / css / html.css
index e8fab4d..edf7988 100644 (file)
@@ -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;
+}