DG MS; add hatched texture to new stream [ci skip]

This commit is contained in:
danielgrippi 2012-05-22 15:58:34 -07:00
parent 20360b5cc5
commit 0c7492b94d

View file

@ -374,11 +374,13 @@
.background { .background {
@include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8)); @include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8));
position : fixed; position : fixed;
background-color : cyan;
height : 100%; height : 100%;
width : 100%; width : 100%;
background-color : #333; background : {
color : #333;
image : image_url("hatched-bg-dark.png");
}
} }
} }