aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-11-11 22:41:21 +0000
committerPatrick H. Lauke <[email protected]>2014-11-11 22:41:21 +0000
commit9391ef207ff05f28e3952afdb92639c02b5920f5 (patch)
tree8e104ca41c44190de253dfc7b80748b28b7e2b0b /docs/examples/theme
parenteb580f739ce8aec357f0847a687a8b372ab0d58a (diff)
downloadbootstrap-9391ef207ff05f28e3952afdb92639c02b5920f5.tar.xz
bootstrap-9391ef207ff05f28e3952afdb92639c02b5920f5.zip
aria-hidden added to some stray glyphicons
plus minor tweak to customizer's generated alerts
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index de9ea99bf..546cbf2d4 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -616,11 +616,11 @@
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
- <span class="glyphicon glyphicon-chevron-left"></span>
+ <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
- <span class="glyphicon glyphicon-chevron-right"></span>
+ <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>