diff options
author | Cesar G <prototech91@gmail.com> | 2014-07-08 06:53:13 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-08-07 16:40:09 +0200 |
commit | 742133f6dccdcb14106497f4a96e372eb4815bab (patch) | |
tree | fd1d8ab494a422e79faf69e5f4cf85ce07b5780d /phpBB | |
parent | cf4fb734406da009bcb4dc31c8805716371f7bd5 (diff) | |
download | forums-742133f6dccdcb14106497f4a96e372eb4815bab.tar forums-742133f6dccdcb14106497f4a96e372eb4815bab.tar.gz forums-742133f6dccdcb14106497f4a96e372eb4815bab.tar.bz2 forums-742133f6dccdcb14106497f4a96e372eb4815bab.tar.xz forums-742133f6dccdcb14106497f4a96e372eb4815bab.zip |
[ticket/12809] Restore text-align for the pagination.
PHPBB3-12809
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index a297b4691a..8afdce17aa 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -501,6 +501,7 @@ fieldset.display-actions { float: none; clear: both; padding-bottom: 1px; + text-align: center; } .action-bar > .pagination li.page-jump { |