- hide IE-specyfic style

release-0.6
alecpl 15 years ago
parent 1ae1d85ce4
commit c4530e834a

@ -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="" />

Loading…
Cancel
Save