MINOR: fixed typo

This commit is contained in:
Zauberfisch 2012-02-04 11:32:24 +01:00
parent f4c140bcf4
commit 5ad2eea0e6

View File

@ -180,7 +180,7 @@ $gf_border_radius: 7px;
padding: 4px 0; padding: 4px 0;
@include single-text-shadow($gf_colour_text_shadow, 0px, -1px, 0); @include single-text-shadow($gf_colour_text_shadow, 0px, -1px, 0);
color: #fff; color: #fff;
@include border-bradius(0); @include border-radius(0);
} }
} }
input { input {