resolves background color syncing for particular page/container wrappers

This commit is contained in:
Brian Talbot
2013-06-06 10:35:44 -04:00
parent 6a2eedbf99
commit 3775ac61a6
2 changed files with 3 additions and 2 deletions

View File

@@ -88,9 +88,10 @@ $dashboard-profile-header-color: transparent;
$dashboard-profile-color: rgb(252,252,252);
$dot-color: $light-gray;
$content-wrapper-bg: shade($body-bg, 2%);
$content-wrapper-bg: $white;
$course-bg-color: #d6d6d6;
$course-bg-image: url(../images/bg-texture.png);
$account-content-wrapper-bg: shade($body-bg, 2%);
$course-profile-bg: rgb(245,245,245);
$course-header-bg: rgba(255,255,255, 0.93);

View File

@@ -98,7 +98,7 @@
// layout
.content-wrapper {
background: $content-wrapper-bg;
background: $account-content-wrapper-bg;
padding-bottom: 0;
}