From 03970bd54936ecbcfe20015897057dab1ffa7c12 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 05 Nov 2012 12:36:57 -0500
Subject: [PATCH] Tiny style fix in compose view

---
 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 20a13f6..eb62322 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1293,7 +1293,7 @@
 
 #composebody {
 	position: absolute;
-	top: 1px;
+	top: 0;
 	left: 0;
 	bottom: 0;
 	width: 99%;

--
Gitblit v1.9.1