mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Finish of close conversion from a to button
This commit is contained in:
@@ -1879,8 +1879,10 @@
|
||||
<div class="span4">
|
||||
<h2>Close icon</h2>
|
||||
<p>Use the generic close icon for dismissing content like modals and alerts.</p>
|
||||
<p><a class="close" style="float: none;">×</a></p>
|
||||
<pre class="prettyprint linenums"><a class="close">&times;</a></pre>
|
||||
<p><button class="close" style="float: none;">×</button></p>
|
||||
<pre class="prettyprint linenums"><button class="close">&times;</button></pre>
|
||||
<p>iOS devices require an href="#" for click events if you rather use an anchor.</p>
|
||||
<pre class="prettyprint linenums"><a class="close" href="#">&times;</a></pre>
|
||||
</div><!--/span-->
|
||||
</div><!--/row-->
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user