Tables show up in visual editor, and cells are editable
[redakcja.git] / redakcja / static / css / html.css
index e8fab4d..8c38106 100644 (file)
@@ -676,27 +676,13 @@ div[x-node] > .uwaga {
     color: black;
 } 
 
-/* XXX */
-body {
-    counter-reset: listanum;
-}
 
-.htmlview span.lista[data-wlf-typ="num"] 
+.htmlview .lista[data-wlf-typ="alfa"] 
 {
-    list-style-type: none;
-    list-style-position: inside;
-}
-.htmlview span.lista[data-wlf-typ="num"] .punkt:before {
-    counter-increment:listanum;
-    content: counter(listanum) ". ";
+    list-style-type: lower-alpha;
 }
 
-.htmlview span.lista[data-wlf-typ="punk"] 
-{
-    list-style-type: disc;
-}
-
-.htmlview span.lista[data-wlf-typ="slowniczek"] 
+.htmlview .lista[data-wlf-typ="slowniczek"] 
 {
     list-style-type: none;
 }
@@ -724,7 +710,6 @@ body {
 
 .htmlview .aktywnosc {
     display: block;
-    border: 1px dotted #996600;
 }
 
 .htmlview .definiendum {
@@ -736,3 +721,10 @@ body {
     padding-left: 50px;
 }
 
+.htmlview .link {
+    color: #990066;
+}
+
+.htmlview .kol div {
+    position: relative;
+}