diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-04-01 18:44:05 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-04-01 18:44:05 +0200 |
commit | f36a6f0ae35107ac75be3cffff2f0f341baee7a8 (patch) | |
tree | 91536849ad929ea55d7c8ce5a57d15d2b263c635 | |
parent | 48616c7cf25555f2a5ae681a245ac0da9e812d89 (diff) | |
download | forums-f36a6f0ae35107ac75be3cffff2f0f341baee7a8.tar forums-f36a6f0ae35107ac75be3cffff2f0f341baee7a8.tar.gz forums-f36a6f0ae35107ac75be3cffff2f0f341baee7a8.tar.bz2 forums-f36a6f0ae35107ac75be3cffff2f0f341baee7a8.tar.xz forums-f36a6f0ae35107ac75be3cffff2f0f341baee7a8.zip |
[ticket/10740] Revert margin-left changes of previous commit
PHPBB3-10740
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index e154db236f..77e2b8c0c6 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -595,9 +595,8 @@ li.pagination { position: fixed; display: none; top: 40%; - left: 50%; + left: 35%; width: 30%; - margin-left: -15%; z-index: 50; padding: 25px; padding: 0 25px 20px 25px; |