moderation table management tests
[brisk.git] / web / moderation.css
diff --git a/web/moderation.css b/web/moderation.css
new file mode 100644 (file)
index 0000000..6cac30e
--- /dev/null
@@ -0,0 +1,11 @@
+div.moder_tabanc table {
+    width: 100%;
+    border: 1px solid red; 
+    border-collapse: collapse;
+    border-spacing: 0px;
+    padding: 0px;
+}
+
+div.moder_tabanc td {
+    border: 1px solid green; 
+}