diff options
| author | Mark Otto <[email protected]> | 2013-04-13 23:17:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-13 23:17:39 -0700 |
| commit | 86bb3b8126c94ee8c839eac4d9120f3edeafefdd (patch) | |
| tree | d453f391aadac711e57630acd2570935e688d866 /docs/assets/css | |
| parent | eefddb1eab113de7aeb5d23c856e872841b4bef9 (diff) | |
| download | bootstrap-86bb3b8126c94ee8c839eac4d9120f3edeafefdd.tar.xz bootstrap-86bb3b8126c94ee8c839eac4d9120f3edeafefdd.zip | |
IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1)
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 2d2d624cd..9bc946e70 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -322,7 +322,6 @@ a:focus { } img { - width: auto\9; height: auto; max-width: 100%; vertical-align: middle; @@ -1226,12 +1225,6 @@ label { font-weight: bold; } -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - select, textarea, input[type="text"], @@ -1282,6 +1275,12 @@ input[type="checkbox"] { width: auto; } +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + textarea { height: auto; } |
