aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 10:01:22 -0700
committerMark Otto <[email protected]>2013-08-12 10:01:22 -0700
commita9a27d37944bbc1edb1248d22e596707af85502a (patch)
tree493fa0e64181ca580ab51fa73394463710c430df /css.html
parent55cfa8d38f71623aaa5e2aae97b483af60650910 (diff)
parent1f745176d4e667fd75a492509a4e08ca54af07ae (diff)
downloadbootstrap-a9a27d37944bbc1edb1248d22e596707af85502a.tar.xz
bootstrap-a9a27d37944bbc1edb1248d22e596707af85502a.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index fa738f09e..ee15c30e9 100644
--- a/css.html
+++ b/css.html
@@ -2032,10 +2032,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h3>Close icon</h3>
<p>Use the generic close icon for dismissing content like modals and alerts.</p>
<div class="bs-example">
- <p><button type="button" class="close">&times;</button></p>
+ <p><button type="button" class="close" aria-hidden="true">&times;</button></p>
</div>
{% highlight html %}
-<button type="button" class="close">&times;</button>
+<button type="button" class="close" aria-hidden="true">&times;</button>
{% endhighlight %}
<h3>.pull-left</h3>