updating cheatsheet with new fa-icon css prefix

This commit is contained in:
davegandy 2013-10-07 17:38:04 -04:00
parent a72b212e17
commit 6817d287fc
2 changed files with 4 additions and 4 deletions

View file

@ -10,9 +10,9 @@
<div class="row">
{% for icon in icons %}
<div class="span4">
<i class="icon-fixed-width">&#x{{ icon.unicode }}</i>
icon-{{ icon.id }}
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa-icon fa-icon-fixed-width">&#x{{ icon.unicode }}</i>
fa-icon-{{ icon.id }}
<span class="muted">(&amp;#x{{ icon.unicode }};)</span>
</div>
{% endfor %}

View file

@ -3,7 +3,7 @@ layout: base
title: Font Awesome Cheatsheet
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="icon-list-ul icon-large"></i>&nbsp; Cheatsheet{% endcapture %}
{% capture jumbotron_h1 %}<i class="fa-icon fa-icon-list-ul fa-icon-large"></i>&nbsp; Cheatsheet{% endcapture %}
{% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
{% include jumbotron.html %}