Skip to content

Commit

Permalink
update footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Apr 11, 2016
1 parent b7ffac7 commit 9a265bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<footer><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/88x31.png"/></a><br/>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<footer>
<span>
<a href="https://mochajs.org">mochajs.org</a> is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
<p><em>Last updated: {{ site.time | date: "%c" }}</em>
</span>
</footer>
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ footer span {
display: block;
margin-right: 30px;
color: #888;
font-size: 12px;
font-size: 0.8em;
}

@media all and (max-width: 850px) {
Expand Down

0 comments on commit 9a265bf

Please sign in to comment.