fixed content area overlapping the sidemenu
authorgreg gay <ggay@ocad.ca>
Mon, 3 May 2010 18:49:31 +0000 (18:49 -0000)
committergreg gay <ggay@ocad.ca>
Mon, 3 May 2010 18:49:31 +0000 (18:49 -0000)
docs/themes/default/styles.css

index 64f8081..31737bc 100644 (file)
@@ -1439,6 +1439,7 @@ div.social-wrapper{
 #contentcolumn {
        margin-left: 0.5em;
        padding-right: 5px;
+border:thin solid black;
 }
 #contentcolumn_shiftright {
        margin-left: 19em;
@@ -1446,7 +1447,7 @@ div.social-wrapper{
 
 #leftcolumn{
        float: left;
-       width: 17em;
+       width: 19em;
        margin-left: 5px;
        margin-top:-10px;
 }