Created
May 9, 2012 17:39
-
-
Save fitzgeraldsteele/2647104 to your computer and use it in GitHub Desktop.
In the bootstrap framework, you make icons using a custom <i> tag. But some tools (ahem, Sitefinity CMS) like to autocorrect your HTML, so it doesn't play nicely with the <i> tag. But you can use a DIV too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="close icon-remove" data-dismiss="modal"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment