From e0960f6365b4b0af314d955847b9422067c83eb2 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 25 Nov 2011 13:47:07 +0000 Subject: - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424): don't try to parse it, display notice with a link to download it directly --- skins/default/common.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins/default/common.css') diff --git a/skins/default/common.css b/skins/default/common.css index bf00dc351..0597d21a2 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -232,6 +232,7 @@ img } #message div.notice, +#messagebody .part-notice, #message-objects div.notice { background: url(images/display/icons.png) 6px 3px no-repeat; -- cgit v1.2.3