aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_body.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-02-21 01:08:04 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-02-27 16:32:29 +0100
commitd3091da5eade90aac1b13244d04bd1fb342bcc59 (patch)
tree346d0b8ffc3bd8d7255f42ad5487a59638b21f50 /phpBB/styles/prosilver/template/memberlist_body.html
parent4b2690f792d330622fd5409ded5f163db1b97bd9 (diff)
downloadforums-d3091da5eade90aac1b13244d04bd1fb342bcc59.tar
forums-d3091da5eade90aac1b13244d04bd1fb342bcc59.tar.gz
forums-d3091da5eade90aac1b13244d04bd1fb342bcc59.tar.bz2
forums-d3091da5eade90aac1b13244d04bd1fb342bcc59.tar.xz
forums-d3091da5eade90aac1b13244d04bd1fb342bcc59.zip
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
The problem here was, that we use width: 100% in combination with the negative margin. This causes the element to be just moved to the side, so it's not centered anymore. width: auto would fix this, but it causes strange behaviour on IE and looks even more ugly. So I decided to just remove the margin at all. The border is now 1px thicker for all sides. PHPBB3-9220
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html
index 9e6f8c3aab..5ea774bf06 100644
--- a/phpBB/styles/prosilver/template/memberlist_body.html
+++ b/phpBB/styles/prosilver/template/memberlist_body.html
@@ -80,7 +80,7 @@
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
-<div class="forumbg">
+<div class="forumbg forumbg-table">
<div class="inner"><span class="corners-top"><span></span></span>
<table class="table1" cellspacing="1">