diff options
author | thomascube <thomas@roundcube.net> | 2011-01-06 13:58:13 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-06 13:58:13 +0000 |
commit | a3861ba02f0ad7fdec4e13bab8a4194f920733a5 (patch) | |
tree | 96a7368411daa10998b303e9c9ef1d60da832137 /skins | |
parent | ef292efaa36cd82883f41c8c965274713d8f24b1 (diff) |
Fix message position on older IE
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 93c13adcd..e052552d0 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -197,7 +197,7 @@ img #message div { width: 400px; - margin: 0px auto; + margin: 0px; min-height: 22px; padding: 8px 10px 8px 46px; } |