mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12207] Forum broken when error thrown
Fix display of forum when error is outputted before <html> tag. PHPBB3-12207
This commit is contained in:
parent
344baf9180
commit
fb662ebf50
1 changed files with 0 additions and 2 deletions
|
@ -747,7 +747,6 @@ dl.details dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
|
.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
|
||||||
height: 1%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -755,7 +754,6 @@ dl.details dd {
|
||||||
/* Pagination
|
/* Pagination
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.pagination {
|
.pagination {
|
||||||
height: 1%; /* IE tweak (holly hack) */
|
|
||||||
width: auto;
|
width: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue