button size fix

This commit is contained in:
Jason White 2016-11-22 16:25:19 -05:00
parent 32d1009390
commit 4940a12d0d
2 changed files with 4 additions and 0 deletions

View File

@ -915,6 +915,10 @@ cookie-container {
cursor:pointer; cursor:pointer;
} }
span.show-next-page, span.show-prev-page {
font-size: 1.3em;
}
.show-prev-page { .show-prev-page {
margin-right: 10px; margin-right: 10px;
} }