]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/watermark.html
Imported Upstream version 0.2~stable
[roundcube.git] / skins / default / watermark.html
index 85e53652a99400c14bcee21c7e5bfe561e46455d..ebad64361bcd0c96174d4644016cd61a96eb1e47 100644 (file)
@@ -1,11 +1,12 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+  <title></title>
 </head>
-<body style="background-color:#F2F2F2;">
+<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="" />
+<div style="margin:20px auto; text-align:center">
+<img src="images/watermark.gif" width="260" height="228" alt="" />
 </div>
 
 </body>