Fixed uneven column color below header

This commit is contained in:
Andrea Bicciolo
2010-10-09 17:15:30 +00:00
parent f22f832e59
commit 67bd584ee0
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -99,6 +99,7 @@ body {
width: auto;
margin-right: 17px;
margin-left: 17px;
background-color: #FFF;
}
.shrinker { /* To keep content off of the background image */
+2 -2
View File
@@ -19,8 +19,8 @@ img.iconhelp {vertical-align:middle;}
#page-header .navbar a:visited {color:#fff;}
#page-header .navbar .breadcrumb {margin:6px 1em;float:left;}
#page-header .navbar .navbutton {float:right;margin:5px 1em;}
#region-pre .region-content {background-color: #E3DFD4;}
#region-pre .region-content{background-color:#E3DFD4;border-top:6px #E3DFD4 solid;}
#region-pre {margin-top:-6px;}
/*#region-post .region-content {background-color: #E3DFD4;}*/
#region-post-box {background-color: #E3DFD4;}