2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

issues fixed for nav-justified on pills on android default browser.

This commit is contained in:
Salman Javed
2013-07-24 13:39:16 +05:00
parent 930c75e5dd
commit 0caab585f5
4 changed files with 8 additions and 9 deletions
+2 -1
View File
@@ -167,11 +167,12 @@
// -------------------------
.nav-justified {
display: table;
width: 100%;
> li {
float: none;
display: table-cell;
width: 1%;
width: auto;
> a {
text-align: center;
}