regression in r9647 (wrong fix for bug #45975) - Bug #51505 (Patch by HardStyle)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10176 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-09-22 09:55:50 +00:00
parent 2ba402b06d
commit 5d52b32a63

View file

@ -195,7 +195,7 @@ li {
width: 76%; width: 76%;
margin: 0 0 0 3%; margin: 0 0 0 3%;
min-height: 350px; min-height: 350px;
overflow-y: auto; overflow-x: auto;
} }
.rtl #main { .rtl #main {
@ -205,6 +205,7 @@ li {
* html #main { * html #main {
height: 350px; height: 350px;
overflow-x: visible;
} }
#page-body.simple-page-body { #page-body.simple-page-body {