static/style.css
changeset 20 d40c339d3778
parent 18 0e701fbd6760
child 21 b05979822dee
--- a/static/style.css	Sat Feb 07 03:01:46 2009 +0200
+++ b/static/style.css	Sat Feb 07 03:35:37 2009 +0200
@@ -48,11 +48,22 @@
 }
 
 /*
+ * Container for layout items
+ */
+ #container {
+    overflow: hidden;
+}
+
+/*
  * Main navigation menu
  */
 #nav { 
     float: left;
-
+    
+    padding-bottom: 2000px;
+    margin-bottom: -2000px;
+    
+    border-right: 1px dashed #a5a5a5;
 }
 
 #nav ul {
@@ -93,13 +104,19 @@
  */
 div#content {
     margin-left: 180px;
-
     padding: 25px;
-
-    border-left: 1px dashed #a5a5a5;
 }
 
 div#content p {
     text-indent: 2em;
 
 }
+
+div#footer {
+    padding: 10px;
+
+    border-top: 1px dashed #a5a5a5;
+
+    font-size: x-small;
+    font-style: italic;
+}