diff options
author | alecpl <alec@alec.pl> | 2011-11-25 13:47:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-25 13:47:07 +0000 |
commit | e0960f6365b4b0af314d955847b9422067c83eb2 (patch) | |
tree | 158714b9d499cd6bdb5dec392de13c178a129ea3 /skins/default/common.css | |
parent | 9b33118bf57345fed8ca0d250b492a8d0e711730 (diff) |
- 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
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |