diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 17:47:23 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:31 +0200 |
| commit | a9d93af6f37179770662213e76843e208443bf3f (patch) | |
| tree | 44e14a90ab72324d047616748e9b902aff834f6c /phpBB | |
| parent | d13f31c5bfd02d16efe7900fa0bad45f7d4e9c5c (diff) | |
| download | forums-a9d93af6f37179770662213e76843e208443bf3f.tar forums-a9d93af6f37179770662213e76843e208443bf3f.tar.gz forums-a9d93af6f37179770662213e76843e208443bf3f.tar.bz2 forums-a9d93af6f37179770662213e76843e208443bf3f.tar.xz forums-a9d93af6f37179770662213e76843e208443bf3f.zip | |
[ticket/12769] Fix paging arrows
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 2b306eedd5..78321878c2 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -861,7 +861,6 @@ fieldset.fields1 dl.pmlist dd.recipients { margin-right: 5px; } - .pagination li.page-jump a { padding: 0 8px; } @@ -870,11 +869,10 @@ fieldset.fields1 dl.pmlist dd.recipients { font-size: 21px; } -.pagination li.arrow a i { - width: 8px; +.pagination .arrow a { + padding: 2px 0; } - /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; |
