From c4530e834a059a70de124d99dc3b00d7ea63d7e0 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 03 Jun 2009 03:33:28 -0400
Subject: [PATCH] - hide IE-specyfic style

---
 skins/default/watermark.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/skins/default/watermark.html b/skins/default/watermark.html
index ebad643..c16a503 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="" />

--
Gitblit v1.9.1