aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-08 03:31:54 -0800
committerChris Rebert <[email protected]>2016-02-08 03:31:54 -0800
commit8ffcb5f055c783ed8c0953444c17326190a40ef3 (patch)
treee0ec228b8d2309c9da21d020ae04ba854f018d5c
parent1d14d5c40401c050d7fb92d6966c9c939ebef9d7 (diff)
downloadbootstrap-8ffcb5f055c783ed8c0953444c17326190a40ef3.tar.xz
bootstrap-8ffcb5f055c783ed8c0953444c17326190a40ef3.zip
_forms.scss: Remove extra trailing 0 in fractional number
[skip sauce] [skip validator]
-rw-r--r--scss/_forms.scss2
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