Make the enabling of TEMPLATE_DEBUG more clear.
[matthijs/projects/xerxes.git] / static / base / css / base.css
index d16f8833486c3ddde58842c86568f77704abcebb..6b35c1b6ab316fd8bc81c2fca7aa949e67b73e14 100644 (file)
@@ -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;
 }