mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-14 17:20:29 +08: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">
|
<div class="row">
|
||||||
{% for icon in icons %}
|
{% for icon in icons %}
|
||||||
<div class="span4">
|
<div class="col-md-4 col-sm-6 col-lg-3">
|
||||||
<i class="icon-fixed-width">&#x{{ icon.unicode }}</i>
|
<i class="fa-icon fa-icon-fixed-width">&#x{{ icon.unicode }}</i>
|
||||||
icon-{{ icon.id }}
|
fa-icon-{{ icon.id }}
|
||||||
<span class="muted">(&#x{{ icon.unicode }};)</span>
|
<span class="muted">(&#x{{ icon.unicode }};)</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -3,7 +3,7 @@ layout: base
|
|||||||
title: Font Awesome Cheatsheet
|
title: Font Awesome Cheatsheet
|
||||||
relative_path: ../
|
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 %}
|
{% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
|
Loading…
Reference in New Issue
Block a user