diff options
| author | Mark Otto <[email protected]> | 2013-08-12 01:56:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 01:56:38 -0700 |
| commit | 175a112548120500022882d6d2e9bede720f568b (patch) | |
| tree | 6dd7ae1fd9fe15fe85108e11d6d2e52a26da7312 /dist/css/bootstrap.css | |
| parent | 5e73cc90d9104dc251fba5dcaf203523785ee9a5 (diff) | |
| download | bootstrap-175a112548120500022882d6d2e9bede720f568b.tar.xz bootstrap-175a112548120500022882d6d2e9bede720f568b.zip | |
fix #9239 by restoring old ie8 responsive img foo
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 096357486..fb2b9d18a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2815,6 +2815,10 @@ button.close { background-color: #e5e5e5; } +.nav > li > a > img { + max-width: none; +} + .nav-tabs { border-bottom: 1px solid #dddddd; } |
