Mark private comments using a red border.
[matthijs/projects/xerxes.git] / static / base / css / base.css
index 27bda31e1f70f3b47a8d62ca482476d819690a7e..6b35c1b6ab316fd8bc81c2fca7aa949e67b73e14 100644 (file)
@@ -11,3 +11,12 @@ table {
 .navrechts {
        margin-top:0px;
 }
+
+.comment {
+       border: solid white 2px;
+       margin-top: 2px;
+}
+
+.comment.private {
+    border-color: red;
+}