X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=static%2Fbase%2Fcss%2Fbase.css;h=6b35c1b6ab316fd8bc81c2fca7aa949e67b73e14;hb=0df2763af613ff7e52a6d823b1c99787b3dc7db1;hp=27bda31e1f70f3b47a8d62ca482476d819690a7e;hpb=752a65962938d525ce307e56da4a3d65a387c934;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/static/base/css/base.css b/static/base/css/base.css index 27bda31..6b35c1b 100644 --- a/static/base/css/base.css +++ b/static/base/css/base.css @@ -11,3 +11,12 @@ table { .navrechts { margin-top:0px; } + +.comment { + border: solid white 2px; + margin-top: 2px; +} + +.comment.private { + border-color: red; +}