Redesign index page to show posts in chronological order

This commit is contained in:
Philipp Oppermann
2015-08-25 17:22:07 +02:00
parent 589f540b28
commit d83a2eb130
2 changed files with 16 additions and 16 deletions

View File

@@ -78,3 +78,11 @@
.PageNavigation .next {
text-align: right;
}
.newest-post {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 1em;
margin-bottom: 2em;
margin-top: -2em;
}