Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-21 02:40:39 +0400
committerMark Otto <otto@github.com>2012-12-21 02:40:39 +0400
commit43d130762be1b3124baafc5953e552934cb1dfd7 (patch)
tree43bc43fa99a0a2b6c60f2710b1173c42316ed16e /docs
parent5e4f663e699d6c03cf6c778d39ecac6cb949e285 (diff)
Fixes #6352: marketing-alternate broken nav in FF17
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/marketing-alternate.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/marketing-alternate.html b/docs/examples/marketing-alternate.html
index 8cbeb02a25..18135c9aae 100644
--- a/docs/examples/marketing-alternate.html
+++ b/docs/examples/marketing-alternate.html
@@ -57,6 +57,8 @@
}
.navbar .nav {
margin: 0;
+ display: table;
+ width: 100%;
}
.navbar .nav li {
display: table-cell;