mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10200 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3850de87fc
commit
485576395c
3 changed files with 2 additions and 4 deletions
|
@ -195,7 +195,6 @@ li {
|
||||||
width: 76%;
|
width: 76%;
|
||||||
margin: 0 0 0 3%;
|
margin: 0 0 0 3%;
|
||||||
min-height: 350px;
|
min-height: 350px;
|
||||||
overflow-x: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #main {
|
.rtl #main {
|
||||||
|
@ -205,7 +204,6 @@ li {
|
||||||
|
|
||||||
* html #main {
|
* html #main {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
overflow-x: visible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-body.simple-page-body {
|
#page-body.simple-page-body {
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<li>[Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)</li>
|
<li>[Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)</li>
|
||||||
<li>[Fix] Correctly show private message history (Bug #46065 - Patch by bantu)</li>
|
<li>[Fix] Correctly show private message history (Bug #46065 - Patch by bantu)</li>
|
||||||
<li>[Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865, #47085 - Patch by Raimon)</li>
|
<li>[Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865, #47085 - Patch by Raimon)</li>
|
||||||
<li>[Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21, Bug #16109 - Patch by prototech)</li>
|
<li>[Fix] Fix some ACP style issues (Bug #16109 - Patch by prototech)</li>
|
||||||
<li>[Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)</li>
|
<li>[Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)</li>
|
||||||
<li>[Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)</li>
|
<li>[Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)</li>
|
||||||
<li>[Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)</li>
|
<li>[Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue