pushing 4.0.3 to docs

This commit is contained in:
davegandy 2013-11-05 08:08:37 -05:00
parent ecd2cd0d0d
commit ba13428fa7
388 changed files with 404 additions and 404 deletions

View File

@ -27,7 +27,7 @@ build:
lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN}
cp -r ${FA_ROOT_DIRECTORY}/* ../
cd assets && mv font-awesome font-awesome-4.0.2 && zip -r9 font-awesome-4.0.2.zip font-awesome-4.0.2 && mv font-awesome-4.0.2 font-awesome
cd assets && mv font-awesome font-awesome-4.0.3 && zip -r9 font-awesome-4.0.3.zip font-awesome-4.0.3 && mv font-awesome-4.0.3 font-awesome
default: build

View File

@ -1,13 +1,13 @@
/*!
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.2');
src: url('../fonts/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format('svg');
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

View File

@ -4,7 +4,7 @@
@font-face {
font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}#iefix') format('embedded-opentype'),
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');

View File

@ -2,9 +2,9 @@
// --------------------------
@fa-font-path: "../fonts";
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.2/fonts"; // for referencing Bootstrap CDN font files directly
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
@fa-version: "4.0.2";
@fa-version: "4.0.3";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);

View File

@ -4,7 +4,7 @@
@font-face {
font-family: 'FontAwesome';
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}#iefix') format('embedded-opentype'),
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');

View File

@ -2,9 +2,9 @@
// --------------------------
$fa-font-path: "../fonts" !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.2/fonts" !default; // for referencing Bootstrap CDN font files directly
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa !default;
$fa-version: "4.0.2" !default;
$fa-version: "4.0.3" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default;

View File

@ -1,5 +1,5 @@
/*!
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

View File

@ -116,7 +116,7 @@
<div class="jumbotron jumbotron-ad hidden-print">
<div class="container">
<h1><i class="fa fa-list-ul"></i>&nbsp; Cheatsheet</h1>
<p>The complete Font Awesome 4.0.2 icon reference</p>
<p>The complete Font Awesome 4.0.3 icon reference</p>
</div>
</div>
@ -156,7 +156,7 @@
</section>
<h2 class="page-header">Every Font Awesome 4.0.2 Icon, CSS Class, &amp; Unicode</h2>
<h2 class="page-header">Every Font Awesome 4.0.3 Icon, CSS Class, &amp; Unicode</h2>
<div class="row">
@ -2381,7 +2381,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -308,7 +308,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -400,7 +400,7 @@ fa-ban on fa-camera
</p>
<p>
<a class="btn btn-lg btn-success" href="#">
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.2</a>
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.3</a>
</p>
<div class="margin-bottom">
<div class="btn-group">
@ -446,7 +446,7 @@ fa-ban on fa-camera
<span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">&quot;fa fa-cog&quot;</span><span class="nt">&gt;&lt;/i&gt;</span> Settings<span class="nt">&lt;/a&gt;</span>
<span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">&quot;btn btn-lg btn-success&quot;</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">&quot;fa fa-flag fa-2x pull-left&quot;</span><span class="nt">&gt;&lt;/i&gt;</span> Font Awesome<span class="nt">&lt;br&gt;</span>Version 4.0.2<span class="nt">&lt;/a&gt;</span>
<span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">&quot;fa fa-flag fa-2x pull-left&quot;</span><span class="nt">&gt;&lt;/i&gt;</span> Font Awesome<span class="nt">&lt;br&gt;</span>Version 4.0.3<span class="nt">&lt;/a&gt;</span>
<span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">&quot;btn-group&quot;</span><span class="nt">&gt;</span>
<span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">&quot;btn btn-default&quot;</span> <span class="na">href=</span><span class="s">&quot;#&quot;</span><span class="nt">&gt;&lt;i</span> <span class="na">class=</span><span class="s">&quot;fa fa-align-left&quot;</span><span class="nt">&gt;&lt;/i&gt;&lt;/a&gt;</span>
@ -504,7 +504,7 @@ fa-ban on fa-camera
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -116,7 +116,7 @@
<div class="jumbotron jumbotron-ad hidden-print">
<div class="container">
<h1><i class="fa fa-cogs"></i>&nbsp; Get Started</h1>
<p>Easy ways to get Font Awesome 4.0.2 onto your website</p>
<p>Easy ways to get Font Awesome 4.0.3 onto your website</p>
</div>
</div>
@ -163,7 +163,7 @@
<ol>
<li>
Paste the following code into the <code>&lt;head&gt;</code> section of your site's HTML.
<div class="highlight"><pre><code class="html"><span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.css&quot;</span> <span class="na">rel=</span><span class="s">&quot;stylesheet&quot;</span><span class="nt">&gt;</span>
<div class="highlight"><pre><code class="html"><span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css&quot;</span> <span class="na">rel=</span><span class="s">&quot;stylesheet&quot;</span><span class="nt">&gt;</span>
</code></pre></div>
</li>
<li>
@ -240,7 +240,7 @@
<section id="custom-less">
<h2 class="page-header">PRO: Custom LESS or SASS</h2>
<p>Use this method to customize Font Awesome 4.0.2 using LESS or SASS.</p>
<p>Use this method to customize Font Awesome 4.0.3 using LESS or SASS.</p>
<ol>
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
<li>
@ -258,7 +258,7 @@
<section class="need-ie7">
<h2 class="page-header">Need IE7 Support?</h2>
<p>
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.2
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.3
doesn't support IE7, but an older version does. You'll need to check out the
<a href="../3.2.1/get-started/#need-ie7">3.2.1 instructions for using IE7</a>. Then go complain to
whomever decided your project needs IE7 support.
@ -279,7 +279,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -172,7 +172,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -174,7 +174,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -174,7 +174,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -174,7 +174,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -174,7 +174,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -174,7 +174,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -172,7 +172,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -167,7 +167,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

View File

@ -169,7 +169,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-flag"></i> Font Awesome 4.0.2
<i class="fa fa-flag"></i> Font Awesome 4.0.3
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>

Some files were not shown because too many files have changed in this diff Show More