diff options
| author | Chris Rebert <[email protected]> | 2016-02-08 03:31:54 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-08 03:31:54 -0800 |
| commit | 8ffcb5f055c783ed8c0953444c17326190a40ef3 (patch) | |
| tree | e0ec228b8d2309c9da21d020ae04ba854f018d5c | |
| parent | 1d14d5c40401c050d7fb92d6966c9c939ebef9d7 (diff) | |
| download | bootstrap-8ffcb5f055c783ed8c0953444c17326190a40ef3.tar.xz bootstrap-8ffcb5f055c783ed8c0953444c17326190a40ef3.zip | |
_forms.scss: Remove extra trailing 0 in fractional number
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 7055cad23..35c9af7ff 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -257,7 +257,7 @@ input[type="checkbox"] { padding-right: ($input-padding-x * 3); background-repeat: no-repeat; 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 |
