diff options
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/components.html b/components.html index 8298a00b6..e4a1fdb7e 100644 --- a/components.html +++ b/components.html @@ -2027,7 +2027,7 @@ body { padding-bottom: 70px; } <div class="container"> <h1>Hello, world!</h1> <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</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> </div> </div> @@ -2036,7 +2036,7 @@ body { padding-bottom: 70px; } <div class="container"> <h1>Hello, world!</h1> <p>...</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> </div> {% endhighlight %} @@ -2120,7 +2120,7 @@ body { padding-bottom: 70px; } <div class="caption"> <h3>Thumbnail label</h3> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a href="#" class="btn btn-primary">Button</a> <a href="#" class="btn btn-default">Button</a></p> + <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p> </div> </div> </div> @@ -2130,7 +2130,7 @@ body { padding-bottom: 70px; } <div class="caption"> <h3>Thumbnail label</h3> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a href="#" class="btn btn-primary">Button</a> <a href="#" class="btn btn-default">Button</a></p> + <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p> </div> </div> </div> @@ -2140,7 +2140,7 @@ body { padding-bottom: 70px; } <div class="caption"> <h3>Thumbnail label</h3> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a href="#" class="btn btn-primary">Button</a> <a href="#" class="btn btn-default">Button</a></p> + <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p> </div> </div> </div> @@ -2154,7 +2154,7 @@ body { padding-bottom: 70px; } <div class="caption"> <h3>Thumbnail label</h3> <p>...</p> - <p><a href="#" class="btn btn-primary">Button</a> <a href="#" class="btn btn-default">Button</a></p> + <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p> </div> </div> </div> |
