List fixes/czytalnia imported as list
[redakcja.git] / redakcja / static / css / html.css
index edf7988..e2d70e3 100644 (file)
@@ -676,28 +676,13 @@ div[x-node] > .uwaga {
     color: black;
 } 
 
-/* XXX */
-body {
-    counter-reset: listanum;
-}
-
-.htmlview span.lista[data-wlf-typ="num"] 
-{
-    counter-reset: listanum;
-    list-style-type: none;
-    list-style-position: inside;
-}
-.htmlview span.lista[data-wlf-typ="num"] .punkt:before {
-    counter-increment:listanum;
-    content: counter(listanum) ". ";
-}
 
-.htmlview span.lista[data-wlf-typ="punk"] 
+.htmlview .lista[data-wlf-typ="alfa"] 
 {
-    list-style-type: disc;
+    list-style-type: lower-alpha;
 }
 
-.htmlview span.lista[data-wlf-typ="slowniczek"] 
+.htmlview .lista[data-wlf-typ="slowniczek"] 
 {
     list-style-type: none;
 }