Modify pagination

This commit is contained in:
2016-01-13 10:55:35 +00:00
parent e6110f3ef3
commit 6c5141eb4f
4 changed files with 10 additions and 15 deletions

View File

@@ -134,6 +134,11 @@ a {
color: #CF5406;
}
ul.pager {
position: relative;
left: 80px;
}
a.read-more, ul.pager a {
text-decoration: none;
}