Skip to content

Commit

Permalink
Tone down the footer a bit, closes barryclark#47.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Aug 28, 2014
1 parent c000b29 commit 34e64fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer">
<div class="p2 py4 wrap">
<div class="measure py2">
<div class="p2 wrap">
<div class="measure mt1 center">
<small>
Crafted with &lt;3 by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).<br>
&lt;/&gt; available on <a href="https://github.com/johnotander/pixyll.git">Github</a>.
Expand Down
12 changes: 6 additions & 6 deletions css/pixyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ img {

.site-wrap {
min-height: 100%;
margin-bottom: -216px;
margin-bottom: -100px;
}

.site-wrap:after {
Expand All @@ -36,7 +36,7 @@ img {
}

.footer, .site-wrap:after {
height: 216px;
height: 100px;
}

body {
Expand Down Expand Up @@ -106,9 +106,9 @@ body {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background: #f7f7f7;
background: #fafafa;
border-radius: 0.1875em;
border: 1px solid #dddddd;
border: 1px solid #f3f3f3;
color: #333333;
padding: 1rem 1.5rem;
}
Expand Down Expand Up @@ -289,13 +289,13 @@ h6 {
}

footer {
border-top: thin solid #ddd;
border-top: thin solid #f3f3f3;
}

footer,
footer .wrap {
color: #7a7a7a;
background-color: #f3f3f3;
background-color: #fafafa;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
clear: both;
Expand Down

0 comments on commit 34e64fb

Please sign in to comment.