static/layout.css
changeset 51 3e9a8fb73083
parent 11 90a3c570c227
child 58 4f4150296cd3
--- a/static/layout.css	Mon Jan 10 17:48:58 2011 +0200
+++ b/static/layout.css	Mon Jan 10 17:49:49 2011 +0200
@@ -27,7 +27,7 @@
  */
 div#container
 {
-    overflow: hidden;
+
 }
 
 /* Left column in content layout, below header */
@@ -35,11 +35,7 @@
 {
     float: left;
 
-    /* Evil? */
-    /* XXX: this seems to break #fragment links */
-    padding-bottom: 2000px;
-    margin-bottom: -2000px;
-            
+    margin-right: -1px;
     border-right: 1px dotted #aaa;
 }
 
@@ -114,6 +110,8 @@
     margin-left: 180px;
 
     padding: 10px 50px 10px 25px;
+    
+    border-left: 1px dotted #aaa;
 }
 
 /* Full-width Footer at bottom of page */