fixed content-callout on a content-box

Change-Id: Id81290191eff2449167cab8d97afc1664a9c3355
This commit is contained in:
Ryan Florence 2012-06-05 11:43:35 -06:00
parent 09294efe56
commit ffa9b77d1f
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
}
.content-box {
background: $lightBackground;
background-color: $lightBackground;
& > * {
padding-left: $contentBoxPadding;

View File

@ -1,3 +1,2 @@
@import 'centeredHeader';
@import 'blue/variables';
@import 'blue/mixins';