diff options
| author | Mark Otto <[email protected]> | 2012-12-07 09:43:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-07 09:43:32 -0800 |
| commit | cc6fda226274c0b0e1ac27fdf36889cec9d352dc (patch) | |
| tree | 386eb88372dd2595589e374a59fccd873f531007 /docs/components.html | |
| parent | 2c7ab23d7aae889b9bc649517f1c0654e69fd57e (diff) | |
| parent | 2877f8457963f713539a1f80f14ba73c6ba91038 (diff) | |
| download | bootstrap-cc6fda226274c0b0e1ac27fdf36889cec9d352dc.tar.xz bootstrap-cc6fda226274c0b0e1ac27fdf36889cec9d352dc.zip | |
Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html index 518924026..bd528866c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2069,16 +2069,16 @@ </div> <pre class="prettyprint linenums"> <div class="alert"> - <button type="button" class="close" data-dismiss="alert">×</button> + <button type="button" class="close" data-dismiss="alert">&times;</button> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </pre> <h3>Dismiss buttons</h3> <p>Mobile Safari and Mobile Opera browsers, in addition to the <code>data-dismiss="alert"</code> attribute, require an <code>href="#"</code> for the dismissal of alerts when using an <code><a></code> tag.</p> - <pre class="prettyprint linenums"><a href="#" class="close" data-dismiss="alert">×</a></pre> + <pre class="prettyprint linenums"><a href="#" class="close" data-dismiss="alert">&times;</a></pre> <p>Alternatively, you may use a <code><button></code> element with the data attribute, which we have opted to do for our docs. When using <code><button></code>, you must include <code>type="button"</code> or your forms may not submit.</p> - <pre class="prettyprint linenums"><button type="button" class="close" data-dismiss="alert">×</button></pre> + <pre class="prettyprint linenums"><button type="button" class="close" data-dismiss="alert">&times;</button></pre> <h3>Dismiss alerts via JavaScript</h3> <p>Use the <a href="./javascript.html#alerts">alerts jQuery plugin</a> for quick and easy dismissal of alerts.</p> @@ -2098,7 +2098,7 @@ </div> <pre class="prettyprint linenums"> <div class="alert alert-block"> - <button type="button" class="close" data-dismiss="alert">×</button> + <button type="button" class="close" data-dismiss="alert">&times;</button> <h4>Warning!</h4> Best check yo self, you're not... </div> |
