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:
authordavegandy <dave@davegandy.com>2013-10-19 23:39:26 +0400
committerdavegandy <dave@davegandy.com>2013-10-19 23:39:26 +0400
commit0d6aae119910c60cfff4f2e9f79d9c718ed72691 (patch)
tree1717d1b6029488e4fd5a5f95ad4c1ec22a585d09 /src/get-started.html
parent579c8efe4e92913e4d3877fdeb05e5547971d4c6 (diff)
changing alerts to alert-success, matching color
Diffstat (limited to 'src/get-started.html')
-rw-r--r--src/get-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get-started.html b/src/get-started.html
index 1eb3c3fea..dfabce08b 100644
--- a/src/get-started.html
+++ b/src/get-started.html
@@ -93,7 +93,7 @@ $ gem install font-awesome-sass
{% highlight scss %}
@fa-font-path: "../font";
{% endhighlight %}
- <p class="alert alert-info"><i class="fa-icon fa-icon-info-circle"></i> The font path is relative from your compiled CSS directory.</p>
+ <p class="alert alert-success"><i class="fa-icon fa-icon-info-circle"></i> The font path is relative from your compiled CSS directory.</p>
</li>
<li>Re-compile your LESS or SCSS if using a static compiler. Otherwise, you should be good to go.</li>
<li>Check out the <a href="{{ page.relative_path }}examples/">examples</a> to start using Font Awesome!</li>