Limit the size of the images in multipart/mixed view (on browsers which supports...
[banana.git] / css / style.css
index b02058d..06ccc7c 100644 (file)
     border-color: #aaaa00;
     background: inherit;
 }
+.banana table.message img.multipart {
+    max-width: 200px;
+    max-height: 200px;
+}
 
 /** MISC **/
 .banana .center { text-align: center; padding: 1em; }