aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-20 10:28:41 -0700
committerMark Otto <[email protected]>2012-08-20 10:28:41 -0700
commit73cf9c4db8423f6987ff0eb828db32eaed21c975 (patch)
tree89e04ae7189d67aa861bfa362581353a3b94707c /docs
parente510306196b6433dc73302d24ca58313d3a31ec7 (diff)
downloadbootstrap-73cf9c4db8423f6987ff0eb828db32eaed21c975.tar.xz
bootstrap-73cf9c4db8423f6987ff0eb828db32eaed21c975.zip
fixes #4469 manually: reset width on file inputs
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 02a32014c..412e05e79 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1015,6 +1015,7 @@ input[type="checkbox"] {
cursor: pointer;
}
+input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],