2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Add even more role="button" attributes

Missed the <a class="btw" in my regex search
This commit is contained in:
Kevin Suttle
2013-08-24 11:32:23 -04:00
parent 0add7700ad
commit dd9c15273c
12 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -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 %}