0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

_forms.scss: Remove extra trailing 0 in fractional number

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-02-08 03:31:54 -08:00
parent 1d14d5c404
commit 8ffcb5f055

View File

@ -257,7 +257,7 @@ input[type="checkbox"] {
padding-right: ($input-padding-x * 3); padding-right: ($input-padding-x * 3);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center right ($input-height * .25); background-position: center right ($input-height * .25);
background-size: ($input-height * .5) ($input-height * .50); background-size: ($input-height * .5) ($input-height * .5);
} }
// Form validation states // Form validation states