set wide layout background to white

This commit is contained in:
Michael Q Larson
2015-01-27 15:05:51 -08:00
parent 2f0415ecf9
commit 547b9757b1
3 changed files with 83 additions and 81 deletions

View File

@@ -29,6 +29,10 @@ html {
min-height: 100%;
}
body.full-screen-body-background {
background-color: #eeeeee;
}
body.top-and-bottom-margins {
padding-top: 80px;
margin-bottom: 60px;