mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
per the docs - use <a> instead of <button>
This commit is contained in:
parent
f811c1b56c
commit
d1f60671c7
@ -558,9 +558,9 @@ base_url: "../"
|
|||||||
|
|
||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<div class="btn-group btn-group-justified">
|
<div class="btn-group btn-group-justified">
|
||||||
<button type="button" class="btn btn-default">Left</button>
|
<a class="btn btn-default">Left</a>
|
||||||
<button type="button" class="btn btn-default">Middle</button>
|
<a class="btn btn-default">Middle</a>
|
||||||
<button type="button" class="btn btn-default">Right</button>
|
<a class="btn btn-default">Right</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user