Commit 77bee02c authored by Tom Pietschker's avatar Tom Pietschker

add role="button"

parent d1f60671
...@@ -558,9 +558,9 @@ base_url: "../" ...@@ -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">
<a class="btn btn-default">Left</a> <a class="btn btn-default" role="button">Left</a>
<a class="btn btn-default">Middle</a> <a class="btn btn-default" role="button">Middle</a>
<a class="btn btn-default">Right</a> <a class="btn btn-default" role="button">Right</a>
</div> </div>
</div> </div>
{% highlight html %} {% highlight html %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment