Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'get-started/index.html')
-rw-r--r--get-started/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/get-started/index.html b/get-started/index.html
index fb190b917..f76c9ba2b 100644
--- a/get-started/index.html
+++ b/get-started/index.html
@@ -69,7 +69,7 @@
<ul class="dropdown-menu pull-right">
<li><a href="../icons/"><i class="icon-flag icon-fixed-width"></i>&nbsp; Icons</a></li>
<li class="divider"></li>
- <li><a href="../icons/#new"><i class="icon-shield icon-fixed-width"></i>&nbsp; New Icons in 3.2.0</a></li>
+ <li><a href="../icons/#new"><i class="icon-shield icon-fixed-width"></i>&nbsp; New Icons in 3.2.1</a></li>
<li><a href="../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i>&nbsp; Web Application Icons</a></li>
<li><a href="../icons/#currency"><i class="icon-won icon-fixed-width"></i>&nbsp; Currency Icons</a></li>
<li><a href="../icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i>&nbsp; Text Editor Icons</a></li>
@@ -124,7 +124,7 @@
<div class="jumbotron jumbotron-ad hidden-print">
<div class="container">
<h1><i class="icon-cogs icon-large"></i>&nbsp; Get Started</h1>
- <p>Easy ways to get Font Awesome 3.2.0 onto your website</p>
+ <p>Easy ways to get Font Awesome 3.2.1 onto your website</p>
</div>
</div>
@@ -176,7 +176,7 @@
<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/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css&quot;</span> <span class="na">rel=</span><span class="s">&quot;stylesheet&quot;</span><span class="nt">&gt;</span>
-<span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.css&quot;</span> <span class="na">rel=</span><span class="s">&quot;stylesheet&quot;</span><span class="nt">&gt;</span>
+<span class="nt">&lt;link</span> <span class="na">href=</span><span class="s">&quot;//netdna.bootstrapcdn.com/font-awesome/3.2.1/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>
<div class="alert alert-info margin-top">
<i class="icon-info-sign"></i> Want to use Font Awesome by itself without Bootstrap? Just don't include the first line.
@@ -212,7 +212,7 @@
<p>Use this method to customize Font Awesome and Bootstrap 2.3.2 using LESS.</p>
<ol>
<li>Copy the <code>font-awesome</code> directory into your project.</li>
- <li>Open bootstrap.less and replace
+ <li>Open your project's bootstrap/bootstrap.less and replace
<div class="highlight"><pre><code class="html">@import &quot;sprites.less&quot;;
</code></pre></div>
with
@@ -220,7 +220,7 @@
</code></pre></div>
</li>
<li>
- Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
+ Open your project's font-awesome/variables.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
<div class="highlight"><pre><code class="html">@FontAwesomePath: &quot;../font&quot;;
</code></pre></div>
<p class="alert alert-info"><i class="icon-info-sign"></i> The font path is relative from your compiled CSS directory.</p>
@@ -267,7 +267,7 @@
<footer class="footer hidden-print">
<div class="container text-center">
<div>
- <i class="icon-flag"></i> Font Awesome 3.2.0
+ <i class="icon-flag"></i> Font Awesome 3.2.1
<span class="hidden-phone">&middot;</span><br class="visible-phone">
Created and Maintained by <a href="http://twitter.com/byscuits">Dave Gandy</a>
</div>