From f7c50e28dbd637b3b60c6aea0fac3768f8f59f05 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 25 Jan 2013 11:57:09 -0500
Subject: [PATCH] Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8

---
 skins/larry/mail.css |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index e2702cf..9eda4a3 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -717,7 +717,7 @@
 
 h3.subject {
 	font-size: 14px;
-	margin: 0 8em 0 0;
+	margin: 0 12em 0 0;
 	padding: 8px 8px 4px 8px;
 	white-space: nowrap;
 	overflow: hidden;
@@ -885,7 +885,6 @@
 	position: absolute;
 	top: 8px;
 	right: 8px;
-	width: 18em;
 	text-align: right;
 	white-space: nowrap;
 }

--
Gitblit v1.9.1