Skip to content

Commit

Permalink
Cleaner/simpler footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Sep 10, 2011
1 parent 84bad43 commit c63366d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
24 changes: 21 additions & 3 deletions sass/custom/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@ body {
}
}

/* typography */
body {
font-family: "Helvetical Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif !important;
font-weight: normal !important;
color: #2b2d2f;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
font-family: 'Antic', sans-serif;
font-weight: normal;
}

/* entry overrides */
article {
header {
color: #2b2d2f;
}
.entry-content {
color: #3d4045;
a {
Expand All @@ -76,3 +76,21 @@ article {
}
}
}

body > footer {
@extend .clearfix;
background: #2b2d2f;
color: #f0f0f0;
text-shadow: none;
border: none;
a, a:visited, a:hover {
color: #91b3c2;
}
.copyright-and-license {
float: left;
}
.credit {
font-size: 0.8em;
float: right;
}
}
9 changes: 6 additions & 3 deletions source/_includes/custom/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<p>
Copyright &copy; {{ site.time | date: "%Y" }} - {{ site.author }} -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
<p class="copyright-and-license">
Copyright &copy; 2006 - {{ site.time | date: "%Y" }} - {{ site.author }}.
All original content released under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike license</a>.
</p>
<p class="credit">
Powered by <a href="http://octopress.org">Octopress</a>
</p>

0 comments on commit c63366d

Please sign in to comment.