mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
per the docs - use <a> instead of <button>
This commit is contained in:
parent
f811c1b56c
commit
d1f60671c7
1 changed files with 3 additions and 3 deletions
|
|
@ -558,9 +558,9 @@ base_url: "../"
|
|||
|
||||
<div class="bs-example">
|
||||
<div class="btn-group btn-group-justified">
|
||||
<button type="button" class="btn btn-default">Left</button>
|
||||
<button type="button" class="btn btn-default">Middle</button>
|
||||
<button type="button" class="btn btn-default">Right</button>
|
||||
<a class="btn btn-default">Left</a>
|
||||
<a class="btn btn-default">Middle</a>
|
||||
<a class="btn btn-default">Right</a>
|
||||
</div>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue