diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-05 18:36:57 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-05 18:36:57 +0100 |
commit | 03970bd54936ecbcfe20015897057dab1ffa7c12 (patch) | |
tree | ee100126a7235e50cf4ed05ea57be5a45fa6a2a3 | |
parent | 762565ceea334faaa90ee11a412cf34b2785b1c3 (diff) |
Tiny style fix in compose view
-rw-r--r-- | skins/larry/mail.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 20a13f62f..eb623222a 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1293,7 +1293,7 @@ div.message-part blockquote blockquote blockquote { #composebody { position: absolute; - top: 1px; + top: 0; left: 0; bottom: 0; width: 99%; |