diff options
| author | Mark Otto <[email protected]> | 2013-07-24 16:42:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-24 16:42:13 -0700 |
| commit | 61ac20ebb5f30094d287048300348d58d5622afd (patch) | |
| tree | b4a99532d7fb90fd97d737abc0fdf1e1622ca35a /less | |
| parent | 3080104642cd952d830e534eddd38ec67fee914b (diff) | |
| parent | 0caab585f557513f936f4664ad1cdbddbfde9add (diff) | |
| download | bootstrap-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.less | 3 |
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; } |
