From 0caab585f557513f936f4664ad1cdbddbfde9add Mon Sep 17 00:00:00 2001 From: Salman Javed Date: Wed, 24 Jul 2013 13:39:16 +0500 Subject: issues fixed for nav-justified on pills on android default browser. --- dist/css/bootstrap.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 697d923a3..ab0d70615 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2605,6 +2605,7 @@ button.close { } .nav-tabs.nav-justified { + display: table; width: 100%; border-bottom: 0; } @@ -2612,7 +2613,7 @@ button.close { .nav-tabs.nav-justified > li { display: table-cell; float: none; - width: 1%; + width: auto; } .nav-tabs.nav-justified > li > a { @@ -2657,13 +2658,14 @@ button.close { } .nav-justified { + display: table; width: 100%; } .nav-justified > li { display: table-cell; float: none; - width: 1%; + width: auto; } .nav-justified > li > a { -- cgit v1.2.3