Browse Source

Tweak pagination alignment

pm2
Luke Childs 8 years ago
parent
commit
a3c831c8c5
  1. 4
      assets/style.css

4
assets/style.css

@ -122,14 +122,14 @@ td:first-child {
} }
.pagination { .pagination {
margin-top: 1em; margin-top: 0.6em;
} }
.pagination a { .pagination a {
text-decoration: none; text-decoration: none;
font-family: "Georgia", "Apple Symbols", serif; font-family: "Georgia", "Apple Symbols", serif;
font-size: 3em; font-size: 3em;
line-height: 0.3em; line-height: 0.6em;
} }
.pagination .prev { .pagination .prev {

Loading…
Cancel
Save