diff options
| author | Tom Pietschker <[email protected]> | 2013-08-27 09:46:10 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-08-27 09:46:10 -0400 |
| commit | 77bee02c85073572accdbceb94cb2055744f0467 (patch) | |
| tree | 70296a3418f2e13c277c97feb501143088675279 /components.html | |
| parent | d1f60671c7c123e9446f7819987f59670787fbb9 (diff) | |
| download | bootstrap-77bee02c85073572accdbceb94cb2055744f0467.tar.xz bootstrap-77bee02c85073572accdbceb94cb2055744f0467.zip | |
add role="button"
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components.html b/components.html index c0cd05346..960088a79 100644 --- a/components.html +++ b/components.html @@ -558,9 +558,9 @@ base_url: "../" <div class="bs-example"> <div class="btn-group btn-group-justified"> - <a class="btn btn-default">Left</a> - <a class="btn btn-default">Middle</a> - <a class="btn btn-default">Right</a> + <a class="btn btn-default" role="button">Left</a> + <a class="btn btn-default" role="button">Middle</a> + <a class="btn btn-default" role="button">Right</a> </div> </div> {% highlight html %} |
