mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +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="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 %}
|
||||
|
Reference in New Issue
Block a user