Add links to next and previous post

This commit is contained in:
Philipp Oppermann
2015-08-18 20:05:25 +02:00
parent ed5ace118b
commit 003b9d347c
2 changed files with 29 additions and 0 deletions

View File

@@ -59,3 +59,22 @@
}
}
}
.PageNavigation {
font-size: 0.9em;
display: table;
width: 100%;
overflow: hidden;
}
.PageNavigation a {
display: table-cell;
}
.PageNavigation .previous {
text-align: left;
}
.PageNavigation .next {
text-align: right;
}