From 479c695c1396f5f351fb7cc363aa86219f609fca Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 26 Jul 2008 13:09:36 +0200 Subject: [PATCH] * Put a border around comments, makes it slightly clearer. --- static/base/css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/base/css/base.css b/static/base/css/base.css index 27bda31..3997d24 100644 --- a/static/base/css/base.css +++ b/static/base/css/base.css @@ -11,3 +11,8 @@ table { .navrechts { margin-top:0px; } + +.comment { + border: solid white 2px; + margin-top: 2px; +} -- 2.30.2