Skip to content

Instantly share code, notes, and snippets.

@fitzgeraldsteele
Created May 9, 2012 17:39
Show Gist options
  • Save fitzgeraldsteele/2647104 to your computer and use it in GitHub Desktop.
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.
<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