summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-03 07:33:28 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-03 07:33:28 +0000
commit1d23f2b215124590e5890d76fef6c4e5075e99e6 (patch)
tree3fce3645af50a56c4ffc3e82daf33ab90421fb08
parent265d348e1f77cd590e9ba3517123bee2aa2b6bc2 (diff)
- hide IE-specyfic style
git-svn-id: https://svn.roundcube.net/trunk@2598 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/watermark.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/watermark.html b/roundcubemail/skins/default/watermark.html
index ebad64361..c16a50357 100644
--- a/roundcubemail/skins/default/watermark.html
+++ b/roundcubemail/skins/default/watermark.html
@@ -2,8 +2,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
+ <!--[if IE]>
+ <style type="text/css">
+ body { width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); }
+ </style>
+ <![endif]-->
</head>
-<body style="background-color:#F2F2F2; width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');">
+
+<body style="background-color:#F2F2F2;">
<div style="margin:20px auto; text-align:center">
<img src="images/watermark.gif" width="260" height="228" alt="" />