This commit is contained in:
Toks
2013-05-06 20:44:29 -04:00
parent 1a743356ce
commit 9c5266cad0
2 changed files with 22 additions and 6 deletions

View File

@@ -271,13 +271,25 @@ div#c-posts {
.prev {
position: absolute;
left: 1em;
left: 2em;
top: 0px;
}
.next {
position: absolute;
right: 1em;
right: 2em;
top: 0px;
}
.first {
position: absolute;
left: 0.5em;
top: 0px;
}
.last {
position: absolute;
right: 0.5em;
top: 0px;
}