X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=media%2Fbase%2Fcss%2Fbase.css;fp=media%2Fbase%2Fcss%2Fbase.css;h=6b35c1b6ab316fd8bc81c2fca7aa949e67b73e14;hb=8751f332b3744762bd3756d6abd7879708224d96;hp=0000000000000000000000000000000000000000;hpb=4bf092f59aa133b5de70d14e4953e4bdd0140777;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/media/base/css/base.css b/media/base/css/base.css new file mode 100644 index 0000000..6b35c1b --- /dev/null +++ b/media/base/css/base.css @@ -0,0 +1,22 @@ +table { + font-family:Verdana, Georgia,Arial, sans-serif; + font-size:9pt; +} + + +.navrechts p { + margin-bottom: 0px; +} + +.navrechts { + margin-top:0px; +} + +.comment { + border: solid white 2px; + margin-top: 2px; +} + +.comment.private { + border-color: red; +}