2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

misc strictMath compliance fixes

This commit is contained in:
Chris Rebert
2013-12-09 16:12:41 -08:00
parent 9664f8da58
commit ab29b1a335
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ input[type="checkbox"],
// and other content below items
.radio,
.checkbox {
min-height: @line-height-computed + (@padding-base-vertical + 1);
min-height: (@line-height-computed + (@padding-base-vertical + 1));
}
// Make form groups behave like rows