* Put a border around comments, makes it slightly clearer.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 26 Jul 2008 11:09:36 +0000 (13:09 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 26 Jul 2008 11:09:36 +0000 (13:09 +0200)
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;
+}