* Add a base css file.
[matthijs/projects/xerxes.git] / static / base / css / base.css
diff --git a/static/base/css/base.css b/static/base/css/base.css
new file mode 100644 (file)
index 0000000..d16f883
--- /dev/null
@@ -0,0 +1,23 @@
+.LeftBar {
+       border:solid black;
+       float:left;
+       width:200px;
+       margin-right: 10px;
+}
+
+.Content {
+       float:left;
+       border: solid black;
+       width: 900px;
+       padding: 10px;
+} 
+
+.Clear {
+       clear: both;
+}
+
+.Footer {
+       border: solid black;
+       padding-left: 10px;
+       margin-top:10px;
+}