diff options
| author | Mark Otto <[email protected]> | 2013-08-12 10:01:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 10:01:22 -0700 |
| commit | a9a27d37944bbc1edb1248d22e596707af85502a (patch) | |
| tree | 493fa0e64181ca580ab51fa73394463710c430df /css.html | |
| parent | 55cfa8d38f71623aaa5e2aae97b483af60650910 (diff) | |
| parent | 1f745176d4e667fd75a492509a4e08ca54af07ae (diff) | |
| download | bootstrap-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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2032,10 +2032,10 @@ For example, <code><section></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">×</button></p> + <p><button type="button" class="close" aria-hidden="true">×</button></p> </div> {% highlight html %} -<button type="button" class="close">×</button> +<button type="button" class="close" aria-hidden="true">×</button> {% endhighlight %} <h3>.pull-left</h3> |
