From 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 12 Nov 2013 15:34:23 -0500 Subject: update to fontawesome 4 --- .../font-awesome/src/_layouts/icon.html | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'bower_components/font-awesome/src/_layouts/icon.html') diff --git a/bower_components/font-awesome/src/_layouts/icon.html b/bower_components/font-awesome/src/_layouts/icon.html index 83723acd..6e5bf21c 100644 --- a/bower_components/font-awesome/src/_layouts/icon.html +++ b/bower_components/font-awesome/src/_layouts/icon.html @@ -6,19 +6,19 @@ relative_path: ../../
-    - -    -    -    -   +    + +    +    +    +   - +

- icon-{{ page.icon.id }} + fa-{{ page.icon.id }} - · + · Unicode: {{ page.icon.unicode }} · Created: v{{ page.icon.created }} · Categories: @@ -29,7 +29,7 @@ relative_path: ../../ {% if icon_alias_count > 0 %} · Aliases: {% for alias in page.icon.aliases %} - icon-{{ alias }}{% unless forloop.last %},{% endunless %} + fa-{{ alias }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} @@ -40,21 +40,21 @@ relative_path: ../../
-
-
-

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

+
+
+

After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

- icon-{{ page.icon.id }} + fa-{{ page.icon.id }}
{% highlight html %} - icon-{{ page.icon.id }} + fa-{{ page.icon.id }} {% endhighlight %}
-
Looking for more? Check out the examples.
+
Looking for more? Check out the examples.
-
+
{% include ads/carbon-light-vertical.html %}
-- cgit v1.2.3