aboutsummaryrefslogtreecommitdiff
path: root/docs/examples.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-05-24 21:30:43 -0700
committerMark Otto <[email protected]>2012-05-24 21:30:43 -0700
commit7dbcd0be9a797bc3c537d4fea5e84ce40808e886 (patch)
tree3d519b89daebd8d4369f6154fd4994b66fb286e7 /docs/examples.html
parentaaf1825b49a5b6a197d482499f66bd931dc9bf7b (diff)
downloadbootstrap-7dbcd0be9a797bc3c537d4fea5e84ce40808e886.tar.xz
bootstrap-7dbcd0be9a797bc3c537d4fea5e84ce40808e886.zip
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 7872a39e8..70cb5a5ad 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">