From a02d486cc8988ad367cd635f4929ce707ec6f542 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 05 Feb 2008 17:56:29 -0500 Subject: [PATCH] Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safari --- 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 c7743e8..308953b 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -10,6 +10,7 @@ body.iframe { margin: 0px; + background-color: #FFF; } body.extwin -- Gitblit v1.9.1