From 4d1a2acb5a11907c690f83ad24ffc144155979e7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 24 Nov 2010 15:28:23 +0100 Subject: [PATCH] Add style for HTML iframes. --- imp/themes/default/mobile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/imp/themes/default/mobile.css b/imp/themes/default/mobile.css index 1c14ea7c8..ab65d83ae 100644 --- a/imp/themes/default/mobile.css +++ b/imp/themes/default/mobile.css @@ -1,3 +1,9 @@ #message .ui-body-c { border-top-width: 0; } + +/* Style for HTML data iframe. */ +.htmlMsgData { + margin: 2px 0; + width: 100%; +} -- 2.11.0