drupal integration - revised general page background for shorter content pages, small visual tweaks to footer

This commit is contained in:
Brian Talbot
2013-01-22 14:09:32 -05:00
committed by John Jarvis
parent a15bf74f7c
commit bb66f8963f
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
html, body {
body {
background: rgb(250,250,250);
font-family: $sans-serif;
font-size: 1em;

View File

@@ -3,6 +3,7 @@
// page-level
.view-register, .view-login, .view-passwordreset {
background: $white;
.content-wrapper {
background: $m-gray-l;

View File

@@ -1,4 +1,5 @@
.wrapper-footer {
@include box-shadow(0 -1px 5px 0 rgba(0,0,0, 0.1));
border-top: 1px solid tint($m-gray,50%);
padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);
background: $white;