0
0
Fork 0

added a block class to the css

This commit is contained in:
Gibheer 2011-06-27 09:19:48 +02:00
parent 23820508ed
commit e3fb2ba4df
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ html {
font-size: $font-size-base;
background: $background2; }
.block {
display: block;
}
body {
font-size: $font-size;
font-family: $font-family;