Skip to content

Commit

Permalink
Added links to the source code and Twitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jun 25, 2012
1 parent e99af05 commit 948c191
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _includes/styles/style.css
Expand Up @@ -206,16 +206,20 @@ and your footer gets pushed down a bit more, creating vertical scroll bars in th
font-size: 15px;
}

#footer a.help, #footer a.about{


#footer a {
margin-right: 20px;
padding-left: 20px;
font-size: 12px;
font-weight: bold;
font-weight: 700;
background-image: url('images/sprite.png');

}
a.about, a.help { background-image: url('images/sprite.png'); }
a.about { background-position: 0 -959px; }
a.help { background-position: 0 -1049px; }
#footer a.twitter {margin-right: 0;}

#footer .footer-content p {
margin: 16px 0;
Expand Down
4 changes: 4 additions & 0 deletions _layouts/default.html
Expand Up @@ -19,6 +19,10 @@
<div id='footer'>
<div class="footer-content">
<a class='help' href="/{{site.baseurl}}help.html">Help</a><a class='about' href="/{{site.baseurl}}about.html">About</a>
<div class="fr">
<a href="http://github.com/prose" target="_blank">Source Code</a>
<a class="twitter" href="http://twitter.com/_inprose" target="_blank">Twitter</a>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit 948c191

Please sign in to comment.