Skip to content

Commit

Permalink
CSS: Reduce bottom padding of the pagination-control
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent d21c668 commit 9cfa813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/pagination.less
Expand Up @@ -24,7 +24,7 @@

> a,
> span {
padding: 0.5em;
padding: 0.5em 0.5em 0.25em 0.5em;
}
> a:hover {
background-color: @gray-lighter;
Expand Down

0 comments on commit 9cfa813

Please sign in to comment.