Tables show up in visual editor, and cells are editable
[redakcja.git] / redakcja / static / css / html.css
index e2d70e3..8c38106 100644 (file)
@@ -710,7 +710,6 @@ div[x-node] > .uwaga {
 
 .htmlview .aktywnosc {
     display: block;
-    border: 1px dotted #996600;
 }
 
 .htmlview .definiendum {
@@ -725,3 +724,7 @@ div[x-node] > .uwaga {
 .htmlview .link {
     color: #990066;
 }
+
+.htmlview .kol div {
+    position: relative;
+}