2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15: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
+1 -1
View File
@@ -67,7 +67,7 @@
<h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</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>