diff options
| author | Heinrich Fenkart <[email protected]> | 2014-11-12 00:41:28 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-12 00:41:28 +0100 |
| commit | a4497c8a831fc96e5e2fefb7cf1570d81d957296 (patch) | |
| tree | 8e104ca41c44190de253dfc7b80748b28b7e2b0b /docs/examples | |
| parent | bb89657bcb53a60d579d8fd9bbea56dde05dad8c (diff) | |
| parent | 9391ef207ff05f28e3952afdb92639c02b5920f5 (diff) | |
| download | bootstrap-a4497c8a831fc96e5e2fefb7cf1570d81d957296.tar.xz bootstrap-a4497c8a831fc96e5e2fefb7cf1570d81d957296.zip | |
Merge pull request #15085 from patrickhlauke/glyphicons-in-forms-tweak
Glyphicon tweaks
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/carousel/index.html | 4 | ||||
| -rw-r--r-- | docs/examples/theme/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 6ffc66d5a..3d4d3b836 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -111,11 +111,11 @@ </div> </div> <a class="left carousel-control" href="#myCarousel" 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="#myCarousel" 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><!-- /.carousel --> 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> |
