Removes <nav> for Pagination links, fixes #216

This commit is contained in:
Frederic Hemberger
2011-10-17 18:50:28 +02:00
parent ffa68a1fe3
commit 1362e9d57b
3 changed files with 31 additions and 18 deletions

View File

@ -123,14 +123,12 @@ article + article {
display: inline-block;
}
#content nav.pagination {
#content div.pagination {
text-align: center;
font-size: .95em;
div {
position: relative;
background: $img-border top left repeat-x;
padding: {top: 1.5em; bottom: 1.5em;}
}
position: relative;
background: $img-border top left repeat-x;
padding: {top: 1.5em; bottom: 1.5em;}
a {
text-decoration: none;
color: $text-color-light;