Add footer

This commit is contained in:
Jonathan Rudenberg 2012-08-22 12:19:24 -04:00
parent 3a83484e45
commit 9e8e6cc3a4
4 changed files with 12 additions and 0 deletions

View file

@ -72,3 +72,11 @@ article date {
display: block;
margin-bottom: 10px;
}
footer {
text-align: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px grey solid;
}