From: Mark Otto Date: Tue, 5 Jun 2012 03:27:42 +0000 (-0700) Subject: #3684: reset width to auto for input type='image' X-Git-Tag: v2.1.0~2^2~323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eef87c96afb281e343b9ad6345220b41457a85d7;p=thirdparty%2Fbootstrap.git #3684: reset width to auto for input type='image' --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a9cd5ae4ad..fe957d19f1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -873,6 +873,7 @@ input[type="checkbox"] { cursor: pointer; } +input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], diff --git a/less/forms.less b/less/forms.less index 10c586ee08..633ad45517 100644 --- a/less/forms.less +++ b/less/forms.less @@ -139,7 +139,8 @@ input[type="checkbox"] { cursor: pointer; } -// Reset width of input buttons, radios, checkboxes +// Reset width of input images, buttons, radios, checkboxes +input[type="image"], input[type="submit"], input[type="reset"], input[type="button"],