mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10176 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2ba402b06d
commit
5d52b32a63
1 changed files with 21 additions and 20 deletions
|
@ -195,7 +195,7 @@ li {
|
|||
width: 76%;
|
||||
margin: 0 0 0 3%;
|
||||
min-height: 350px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.rtl #main {
|
||||
|
@ -205,6 +205,7 @@ li {
|
|||
|
||||
* html #main {
|
||||
height: 350px;
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
#page-body.simple-page-body {
|
||||
|
|
Loading…
Add table
Reference in a new issue