diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-06 13:58:13 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-06 13:58:13 +0000 |
| commit | 50450b6587dc0725fda0cb8e9acfec3b92084fc5 (patch) | |
| tree | edc14fe3a6944855250363ed806615eb84dafaaa | |
| parent | 6111faa9726b685e4b199ff6ef67344a255bd80e (diff) | |
Fix message position on older IE
git-svn-id: https://svn.roundcube.net/trunk@4398 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 93c13adcd..e052552d0 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; } |
