diff options
| author | Mark Otto <[email protected]> | 2012-06-04 20:27:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-04 20:27:42 -0700 |
| commit | eef87c96afb281e343b9ad6345220b41457a85d7 (patch) | |
| tree | a1bdc905ed0d10e51a499bfcd6c7754dce266333 /docs | |
| parent | 348668ec13c534160e4560325a3b01e101cec704 (diff) | |
| download | bootstrap-eef87c96afb281e343b9ad6345220b41457a85d7.tar.xz bootstrap-eef87c96afb281e343b9ad6345220b41457a85d7.zip | |
#3684: reset width to auto for input type='image'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a9cd5ae4a..fe957d19f 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"], |
