mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-07 04:25:10 -05:00
fix navbar button for mobile tapping (turn to button instead of adding href=#), streamline less docs page
This commit is contained in:
4
docs/templates/layout.mustache
vendored
4
docs/templates/layout.mustache
vendored
@@ -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">
|
||||
|
||||
985
docs/templates/pages/less.mustache
vendored
985
docs/templates/pages/less.mustache
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user