Merge pull request #183 from Zauberfisch/patch-1

MINOR: fixed typo in @include border-radius(0);
This commit is contained in:
Ingo Schommer 2012-02-04 05:32:58 -08:00
commit c119553849

View File

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