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 {
padding-top: 60px;
background: #fff;
background: #FFF9FD;
margin-bottom: 60px;
}
.container {
max-width 600px;
padding: 0 15px;
background: #FFF9FD;
}
.container .text-muted {