alecpl
2011-02-25 b649c49e64a487ac8ad347aed42336dec2e74cd7
skins/default/watermark.html
@@ -2,11 +2,17 @@
<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');">
<div style="margin:10px auto; text-align:center">
<img src="images/rcube_watermark.png" width="245" height="245" alt="" />
<body style="background-color:#F2F2F2;">
<div style="margin:20px auto; text-align:center">
<img src="images/watermark.gif" width="260" height="228" alt="" />
</div>
</body>