Skip to content

Commit

Permalink
new footer style and links with social media
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendl Smith committed May 11, 2012
1 parent e225ab6 commit d62bb66
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions foundation_theme_site/static/css/site_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ footer.row li {

h2 {
text-align: center;
}

footer.row a{
color: #545454;
}

footer.row a:hover{
color: #00A5FF;
text-decoration: none;
}
6 changes: 5 additions & 1 deletion foundation_theme_site/templates/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
</div>

<div class="six columns">
<li style="text-align: right; padding-right: 30px;"><span class="glyph social">e</span><span class="glyph social">d</span><span class="glyph social">g</span></li>
<li style="text-align: right;">
<a target="_blank" href="https://www.facebook.com/chrisdevtt"><span class="glyph social">d</span></a>
<a target="_blank" href="https://twitter.com/realchrisdev"><span class="glyph social">e</span></a>
<a target="_blank" href="feed://www.chrisdev.com/blog/feed/all/"><span class="glyph social">c</span></a>
</li>
</div>
</div>

0 comments on commit d62bb66

Please sign in to comment.