aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-04-01 19:52:43 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-04-01 19:52:43 +0200
commit813e52a03ad654a357439d6d80f66a18b189eb62 (patch)
treed63103322eb79f95913e82a22540b925f942e0f2
parente68787c4ec9562f9af1e3ce460c699cf6e6df04e (diff)
parent32c680d8b87aeccf0870c00c634506ad856e0fdd (diff)
downloadforums-813e52a03ad654a357439d6d80f66a18b189eb62.tar
forums-813e52a03ad654a357439d6d80f66a18b189eb62.tar.gz
forums-813e52a03ad654a357439d6d80f66a18b189eb62.tar.bz2
forums-813e52a03ad654a357439d6d80f66a18b189eb62.tar.xz
forums-813e52a03ad654a357439d6d80f66a18b189eb62.zip
Merge branch 'develop' of github.com:phpbb/phpbb3 into develop
* 'develop' of github.com:phpbb/phpbb3: [ticket/10740] Revert margin-left changes of previous commit
-rw-r--r--phpBB/styles/prosilver/theme/common.css3
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;