Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #19 from byterussian/fontawesome-icons-fix
Browse files Browse the repository at this point in the history
Fixed icons on navbar to work with Font Awesome 4
  • Loading branch information
caarlos0 committed Jan 12, 2014
2 parents 21cba64 + 3ffda64 commit 535e985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/navbar.html
Expand Up @@ -14,27 +14,27 @@
<li>
<a class="hidden-xs" href="http://github.com/caarlos0/up"
title="Get this theme!">
<i class="icon-download icon-large"></i>
<i class="fa fa-download fa-lg"></i>
</a>
<a class="visible-xs" href="http://github.com/caarlos0/up"
title="Get this theme!">
<i class="icon-download icon-large"></i> Get this theme!
<i class="fa fa-download fa-lg"></i> Get this theme!
</a>
</li>
<li>
<a class="hidden-xs" title="About me" href="/about">
<i class="icon-user icon-large"></i>
<i class="fa fa-user fa-lg"></i>
</a>
<a class="visible-xs" title="About me" href="/about">
<i class="icon-user icon-large"></i> About me
<i class="fa fa-user fa-lg"></i> About me
</a>
</li>
<li>
<a class="hidden-xs" href="/atom.xml" title="Atom Feed">
<i class="icon-rss icon-large"></i>
<i class="fa fa-rss fa-lg"></i>
</a>
<a class="visible-xs" href="/atom.xml" title="Atom Feed">
<i class="icon-rss icon-large"></i> Atom Feed
<i class="fa fa-rss fa-lg"></i> Atom Feed
</a>
</li>
</ul>
Expand Down

0 comments on commit 535e985

Please sign in to comment.