summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-03 07:33:28 +0000
committeralecpl <alec@alec.pl>2009-06-03 07:33:28 +0000
commitc4530e834a059a70de124d99dc3b00d7ea63d7e0 (patch)
tree8a7caaa618f8e9d6c42e169c3f2e2318e5bd7eae /skins
parent1ae1d85ce493f9cc0a978038f65bbf69dc51acb0 (diff)
- hide IE-specyfic style
Diffstat (limited to 'skins')
-rw-r--r--skins/default/watermark.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/default/watermark.html b/skins/default/watermark.html
index ebad64361..c16a50357 100644
--- a/skins/default/watermark.html
+++ b/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="" />