From 175a112548120500022882d6d2e9bede720f568b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 01:56:38 -0700 Subject: fix #9239 by restoring old ie8 responsive img foo --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3