2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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
+1 -1
View File
@@ -70,7 +70,7 @@
<p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>To see the difference between static and fixed top navbars, just scroll.</p>
<p>
<a class="btn btn-lg btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
<a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs &raquo;</a>
</p>
</div>