diff options
| author | Mark Otto <[email protected]> | 2013-07-26 21:49:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 21:49:35 -0700 |
| commit | 88887f8c000aa2a94829575b30f0c96d58d247b7 (patch) | |
| tree | 1fba99762faf8cccb71d65b89a69b822373a9bb9 /dist/css/bootstrap.css | |
| parent | 85591d82ddeae95f7b89a76d1bcfa9c98fb1f3ea (diff) | |
| download | bootstrap-88887f8c000aa2a94829575b30f0c96d58d247b7.tar.xz bootstrap-88887f8c000aa2a94829575b30f0c96d58d247b7.zip | |
Undo changes from #8582 because it made links uneven on desktop
/cc @salman-javed-confiz
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7266c06cd..ada9da7a1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2519,7 +2519,6 @@ button.close { } .nav-tabs.nav-justified { - display: table; width: 100%; border-bottom: 0; } @@ -2527,7 +2526,7 @@ button.close { .nav-tabs.nav-justified > li { display: table-cell; float: none; - width: auto; + width: 1%; } .nav-tabs.nav-justified > li > a { @@ -2572,14 +2571,13 @@ button.close { } .nav-justified { - display: table; width: 100%; } .nav-justified > li { display: table-cell; float: none; - width: auto; + width: 1%; } .nav-justified > li > a { |
