mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-28 15:54:42 +00:00
Fixes #6352: marketing-alternate broken nav in FF17
This commit is contained in:
parent
312509e1c0
commit
0f9490bf3e
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@
|
|||
}
|
||||
.navbar .nav {
|
||||
margin: 0;
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.navbar .nav li {
|
||||
display: table-cell;
|
||||
|
|
|
|||
Loading…
Reference in a new issue