Don't use background on long form stuff

This commit is contained in:
James Allen 2014-07-25 14:27:17 +01:00
parent 1603957571
commit 89fa55c361

View file

@ -104,9 +104,14 @@
} }
} }
.content-alt-home {
background-color: #fcfcfc;
}
.pattern-container { .pattern-container {
background: url('/img/pattern-home.png') repeat #f1f1f1; background: url('/img/pattern-home.png') repeat #f1f1f1;
border-top: 1px solid @gray-lightest; border-top: 1px solid @gray-lightest;
border-bottom: 1px solid @gray-lightest;
} }
.real-time-example { .real-time-example {