Commit 43d13076 authored by Mark Otto's avatar Mark Otto

Fixes #6352: marketing-alternate broken nav in FF17

parent 5e4f663e
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
} }
.navbar .nav { .navbar .nav {
margin: 0; margin: 0;
display: table;
width: 100%;
} }
.navbar .nav li { .navbar .nav li {
display: table-cell; display: table-cell;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment