X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=static%2Fbase%2Fcss%2Fbase.css;h=6b35c1b6ab316fd8bc81c2fca7aa949e67b73e14;hb=0df2763af613ff7e52a6d823b1c99787b3dc7db1;hp=d16f8833486c3ddde58842c86568f77704abcebb;hpb=b70a84da8183aeb5a92e3322dca370d2486b868f;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/static/base/css/base.css b/static/base/css/base.css index d16f883..6b35c1b 100644 --- a/static/base/css/base.css +++ b/static/base/css/base.css @@ -1,23 +1,22 @@ -.LeftBar { - border:solid black; - float:left; - width:200px; - margin-right: 10px; +table { + font-family:Verdana, Georgia,Arial, sans-serif; + font-size:9pt; } -.Content { - float:left; - border: solid black; - width: 900px; - padding: 10px; -} -.Clear { - clear: both; +.navrechts p { + margin-bottom: 0px; } -.Footer { - border: solid black; - padding-left: 10px; - margin-top:10px; +.navrechts { + margin-top:0px; +} + +.comment { + border: solid white 2px; + margin-top: 2px; +} + +.comment.private { + border-color: red; }