aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-24 16:42:13 -0700
committerMark Otto <[email protected]>2013-07-24 16:42:13 -0700
commit61ac20ebb5f30094d287048300348d58d5622afd (patch)
treeb4a99532d7fb90fd97d737abc0fdf1e1622ca35a /less
parent3080104642cd952d830e534eddd38ec67fee914b (diff)
parent0caab585f557513f936f4664ad1cdbddbfde9add (diff)
downloadbootstrap-61ac20ebb5f30094d287048300348d58d5622afd.tar.xz
bootstrap-61ac20ebb5f30094d287048300348d58d5622afd.zip
Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap into salman-javed-confiz-3.0.0-wip
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;
}