diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:27:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:27:11 -0800 |
| commit | 4211f21e39631179753d6775e3ad90be05ab5f8f (patch) | |
| tree | 26de89ccfc0829087513b912e76276fa076c6a64 /docs/assets | |
| parent | c1f0da7cce2b7c3258d17f5e81faac25e231bbf8 (diff) | |
| download | bootstrap-4211f21e39631179753d6775e3ad90be05ab5f8f.tar.xz bootstrap-4211f21e39631179753d6775e3ad90be05ab5f8f.zip | |
#1571: remove fixed width on file inputs
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56824 -> 56825 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex a1ef66887..c4ddd0f26 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a90e31930..9de317af5 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { border-radius: 0; } input[type="file"] { + width: auto; padding: initial; line-height: initial; border: initial; |
