This commit is contained in:
albert
2013-03-01 07:02:52 -08:00
parent 9101fb0f23
commit ecd7870826
3 changed files with 21 additions and 6 deletions

View File

@@ -231,8 +231,23 @@ div#c-posts {
margin: 1em 0;
li {
position: relative;
text-align: center;
height: 1.5em;
.prev {
position: absolute;
left: 1em;
}
.next {
position: absolute;
right: 1em;
}
&:hover {
background: rgb(250, 250, 250);
}
}
}