CSS: Reduce bottom padding of the pagination-control

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 11:57:41 +01:00
parent d21c668f45
commit 9cfa8133ab
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
> a,
> span {
padding: 0.5em;
padding: 0.5em 0.5em 0.25em 0.5em;
}
> a:hover {
background-color: @gray-lighter;