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%; min-height: 100%;
} }
body.full-screen-body-background {
background-color: #eeeeee;
}
body.top-and-bottom-margins { body.top-and-bottom-margins {
padding-top: 80px; padding-top: 80px;
margin-bottom: 60px; margin-bottom: 60px;

View File

@ -17,8 +17,6 @@ block content
script(src='/js/lib/bonfire/bonfireInit.js') script(src='/js/lib/bonfire/bonfireInit.js')
.panel.panel-primary.panel-bonfire
.panel.panel-body
.row .row
.col-xs-12.col-sm-12.col-md-3 .col-xs-12.col-sm-12.col-md-3
#testCreatePanel #testCreatePanel

View File

@ -16,7 +16,7 @@ html(ng-app='profileValidation', lang='en')
meta(name='csrf-token', content=_csrf) meta(name='csrf-token', content=_csrf)
!= css('main') != css('main')
body.no-top-and-bottom-margins body.no-top-and-bottom-margins.full-screen-body-background
include partials/navbar-wide include partials/navbar-wide
include partials/flash include partials/flash
block content block content