Skip to content

Commit

Permalink
Reference the new links styles in header and footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Nov 26, 2014
1 parent 8219eef commit 60f87a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions views/partials/footer.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="http://jxnblk.com" class="bold dark-gray">Jxnblk</a>
</p>
<div class="flex-grow"></div>
<a href="http://github.com/mrmrs/cssstats" class="h5 button dark-gray print-hide">Github</a>
<a href="http://github.com/mrmrs/cssstats/issues" class="h5 button dark-gray print-hide">Issues</a>
<a href="http://github.com/mrmrs/cssstats" class="h5 button text-link print-hide">Github</a>
<a href="http://github.com/mrmrs/cssstats/issues" class="h5 button text-link print-hide">Issues</a>
</div>
</footer>
4 changes: 2 additions & 2 deletions views/partials/nav.handlebars
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<header class="px2 xmb2 xborder-bottom">
<div class="container xborder-bottom">
<div class="flex flex-center mxn2">
<a href="/" class="h3 bold button py2 dark-gray">
<a href="/" class="h3 bold button py2 text-link">
CSS Stats
</a>
<div class="flex-grow"></div>
<a href="http://github.com/mrmrs/cssstats" class="h5 button py2 dark-gray print-hide">Github</a>
<a href="http://github.com/mrmrs/cssstats" class="h5 button py2 text-link print-hide">Github</a>
</div>
</div>
</header>

0 comments on commit 60f87a2

Please sign in to comment.