aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-24 14:31:33 -0700
committerMark Otto <[email protected]>2013-08-24 14:31:33 -0700
commit26eb9f3440d535caca24fef04d0c7656a773092b (patch)
tree51fc82ba9421f4cb7e648f7ef0af922c05e2c8dc /examples/theme
parentd67ce62f5d5ef39260510b55bc75f80a5031a70c (diff)
parentdd9c15273c4aceeada22754ee9a0af2aae7eb8ea (diff)
downloadbootstrap-26eb9f3440d535caca24fef04d0c7656a773092b.tar.xz
bootstrap-26eb9f3440d535caca24fef04d0c7656a773092b.zip
Merge pull request #10112 from kevinSuttle/button-roles
Add role="button" to <a> buttons
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html
index 586801ea5..f29f440f1 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -65,7 +65,7 @@
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
- <p><a class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
+ <p><a class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
</div>