diff skins/classic/watermark.html @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
line wrap: on
line diff
--- a/skins/classic/watermark.html	Sat Dec 29 06:32:49 2018 -0500
+++ b/skins/classic/watermark.html	Sat Dec 29 07:07:34 2018 -0500
@@ -2,18 +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'); }
+    html, body { height: 100%; background-color: #F2F2F2; margin: 0; }
+    div { height: 100%; display: flex; align-items: center; justify-content: center; }
   </style>
-  <![endif]-->
 </head>
-
-<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>
+  <div>
+    <img src="images/watermark.gif" width="260" height="228" alt="" />
+  </div>
 </body>
 </html>
\ No newline at end of file