From fb662ebf50b9c3ef9a4dec0e499d64cca3be34ed Mon Sep 17 00:00:00 2001 From: Zoddo Date: Mon, 17 Feb 2014 21:58:39 +0100 Subject: [PATCH] [ticket/12207] Forum broken when error thrown Fix display of forum when error is outputted before tag. PHPBB3-12207 --- phpBB/styles/prosilver/theme/common.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 288477f52a..84f6859936 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -747,7 +747,6 @@ dl.details dd { } .clearfix, fieldset dl, ul.topiclist dl, dl.polls { - height: 1%; overflow: hidden; } @@ -755,7 +754,6 @@ dl.details dd { /* Pagination ---------------------------------------- */ .pagination { - height: 1%; /* IE tweak (holly hack) */ width: auto; text-align: right; margin-top: 5px;