From: Matthijs Kooijman Date: Sat, 26 Jul 2008 11:09:36 +0000 (+0200) Subject: * Put a border around comments, makes it slightly clearer. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=479c695c1396f5f351fb7cc363aa86219f609fca * Put a border around comments, makes it slightly clearer. --- 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; +}