aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorSalman Javed <[email protected]>2013-07-24 13:39:16 +0500
committerSalman Javed <[email protected]>2013-07-24 13:39:16 +0500
commit0caab585f557513f936f4664ad1cdbddbfde9add (patch)
treed76c7328e57b5ff6a232b4fce809bf236294a5dd /less
parent930c75e5dd0f2ae861a505bda740f289570c9b8a (diff)
downloadbootstrap-0caab585f557513f936f4664ad1cdbddbfde9add.tar.xz
bootstrap-0caab585f557513f936f4664ad1cdbddbfde9add.zip
issues fixed for nav-justified on pills on android default browser.
Diffstat (limited to 'less')
-rw-r--r--less/navs.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less
index 9f671643a..6981010a0 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -167,11 +167,12 @@
// -------------------------
.nav-justified {
+ display: table;
width: 100%;
> li {
float: none;
display: table-cell;
- width: 1%;
+ width: auto;
> a {
text-align: center;
}