mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
updating cheatsheet with new fa-icon css prefix
This commit is contained in:
parent
a72b212e17
commit
6817d287fc
@ -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">(&#x{{ icon.unicode }};)</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
@ -3,7 +3,7 @@ layout: base
|
||||
title: Font Awesome Cheatsheet
|
||||
relative_path: ../
|
||||
---
|
||||
{% capture jumbotron_h1 %}<i class="icon-list-ul icon-large"></i> Cheatsheet{% endcapture %}
|
||||
{% capture jumbotron_h1 %}<i class="fa-icon fa-icon-list-ul fa-icon-large"></i> Cheatsheet{% endcapture %}
|
||||
{% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
|
||||
|
||||
{% include jumbotron.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user