]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_forms.scss: Remove extra trailing 0 in fractional number
authorChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 11:31:54 +0000 (03:31 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 11:31:54 +0000 (03:31 -0800)
[skip sauce]
[skip validator]

scss/_forms.scss

index 7055cad231188716ebaef73964adaef953b330e3..35c9af7ffb50134dd9b7b595814b6bf23a008157 100644 (file)
@@ -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