forked from cssstats/cssstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference the new links styles in header and footer.
- Loading branch information
mrmrs
committed
Nov 26, 2014
1 parent
8219eef
commit 60f87a2
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |