diff options
author | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
commit | 19b34b7058117832de44682a7d3eb4ada9859be4 (patch) | |
tree | 2048d36ed76f9013c84256b83df3a3bb1c2eaad7 /skins/larry/templates/folders.html | |
parent | 63f23ffd6a7e78304309f221799e3a9a3403748c (diff) |
Some hacks to make Larry work in IE7
Diffstat (limited to 'skins/larry/templates/folders.html')
-rw-r--r-- | skins/larry/templates/folders.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/folders.html b/skins/larry/templates/folders.html index 0b19d1a7f..e7238f304 100644 --- a/skins/larry/templates/folders.html +++ b/skins/larry/templates/folders.html @@ -25,7 +25,7 @@ </div> <div id="folder-details" class="uibox contentbox"> - <roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:96%" src="/watermark.html" /> + <roundcube:object name="folderframe" id="preferences-frame" style="width:100%; height:96%" frameborder="0" src="/watermark.html" /> <roundcube:object name="message" id="message" class="statusbar" /> </div> |