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
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-25 08:30:43 +0400
committerMark Otto <markotto@twitter.com>2012-05-25 08:30:43 +0400
commit7dbcd0be9a797bc3c537d4fea5e84ce40808e886 (patch)
tree3d519b89daebd8d4369f6154fd4994b66fb286e7 /docs/examples.html
parentaaf1825b49a5b6a197d482499f66bd931dc9bf7b (diff)
fix navbar button for mobile tapping (turn to button instead of adding href=#), streamline less docs page
Diffstat (limited to 'docs/examples.html')
-rw-r--r--docs/examples.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples.html b/docs/examples.html
index 7872a39e85..70cb5a5ad6 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -34,11 +34,11 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
- <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+ <button type="button"class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
- </a>
+ </button>
<a class="brand" href="./index.html">Bootstrap</a>
<div class="nav-collapse collapse">
<ul class="nav">