diff options
author | alecpl <alec@alec.pl> | 2008-05-13 19:04:05 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-13 19:04:05 +0000 |
commit | 800c48079dc1abf58b7574dc98237ccd36f34468 (patch) | |
tree | d2fd1e3790be825d4dbd5433434741b1fae14de6 /skins/default | |
parent | c17991c294c727ad3ff0b4656fd32e2b5f42397a (diff) |
- #1484524
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 05e7d8575..954e304e2 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -622,7 +622,7 @@ table.headers-table tr td.subject list-style-type: none; background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; /* css hack for IE */ - height: expression(Math.min(18, parseInt(this.clientHeight))+'px'); + height: expression(Math.min(18, parseInt(document.documentElement.clientHeight))+'px'); } #attachment-list:after |