Rename the static dir to media.
[matthijs/projects/xerxes.git] / media / base / css / base.css
diff --git a/media/base/css/base.css b/media/base/css/base.css
new file mode 100644 (file)
index 0000000..6b35c1b
--- /dev/null
@@ -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;
+}