mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
per the docs - use <a> instead of <button>
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user