Fix wrong selected page number alignment on pagination

This commit is contained in:
Simounet 2017-12-04 22:46:35 +01:00
parent f836b98fa6
commit 1f84aa903d
2 changed files with 3 additions and 1 deletions

View File

@ -43,10 +43,12 @@
padding: 0;
}
span,
a {
padding: 0 10px;
height: 30px;
display: block;
line-height: 30px;
}
.disabled {

File diff suppressed because one or more lines are too long