fix an incorrect size declaration in a mixing [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-04-25 23:08:32 -07:00
parent e9217931ce
commit adebdcbd2a

View file

@ -69,8 +69,7 @@ $night-text-color : #999;
} }
@mixin media-text() { @mixin media-text() {
font-size { size: 2em; } font-size: 2em;
line-height: 1.2em; line-height: 1.2em;
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 0; margin-bottom: 0;