* Put a border around comments, makes it slightly clearer.
[matthijs/projects/xerxes.git] / static / base / css / base.css
index 27bda31e1f70f3b47a8d62ca482476d819690a7e..3997d24d43cabc23ad37ac4476480eb95cb17855 100644 (file)
@@ -11,3 +11,8 @@ table {
 .navrechts {
        margin-top:0px;
 }
+
+.comment {
+       border: solid white 2px;
+       margin-top: 2px;
+}