Changeset 2598 in subversion


Ignore:
Timestamp:
Jun 3, 2009 3:33:28 AM (4 years ago)
Author:
alec
Message:
  • hide IE-specyfic style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/watermark.html

    r2166 r2598  
    33<head> 
    44  <title></title> 
     5  <!--[if IE]> 
     6  <style type="text/css"> 
     7    body { width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); } 
     8  </style> 
     9  <![endif]--> 
    510</head> 
    6 <body style="background-color:#F2F2F2; width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');"> 
     11 
     12<body style="background-color:#F2F2F2;"> 
    713 
    814<div style="margin:20px auto; text-align:center"> 
Note: See TracChangeset for help on using the changeset viewer.