diff options
| author | Mark Otto <[email protected]> | 2013-08-24 14:31:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 14:31:33 -0700 |
| commit | 26eb9f3440d535caca24fef04d0c7656a773092b (patch) | |
| tree | 51fc82ba9421f4cb7e648f7ef0af922c05e2c8dc /examples/theme | |
| parent | d67ce62f5d5ef39260510b55bc75f80a5031a70c (diff) | |
| parent | dd9c15273c4aceeada22754ee9a0af2aae7eb8ea (diff) | |
| download | bootstrap-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.html | 2 |
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 »</a></p> + <p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p> </div> |
