From 97d8d9111a9369803bdacf2bc08f25b76f4ae5da Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 14 Jan 2007 13:47:43 +0000 Subject: [PATCH] Limit the size of the images in multipart/mixed view (on browsers which supports the CSS max-width attribute) git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@166 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/mimepart.inc.php | 2 +- css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/banana/mimepart.inc.php b/banana/mimepart.inc.php index 26cb31a..3f543bc 100644 --- a/banana/mimepart.inc.php +++ b/banana/mimepart.inc.php @@ -420,7 +420,7 @@ class BananaMimePart list($type, $subtype) = $this->getType(); if ($type == 'image') { $part = $this->id ? $this->id : $this->filename; - return '