fix CSS background color conflicts

This commit is contained in:
Christine Dodrill 2015-02-05 12:52:52 -08:00
parent 6be94805f2
commit 723e1c0b53
1 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
body { body {
padding-top: 60px; padding-top: 60px;
background: #fff; background: #FFF9FD;
margin-bottom: 60px; margin-bottom: 60px;
} }
.container { .container {
max-width 600px; max-width 600px;
padding: 0 15px; padding: 0 15px;
background: #FFF9FD;
} }
.container .text-muted { .container .text-muted {