From 776ddd6d85b884311ff0b17430241fae2e70544f Mon Sep 17 00:00:00 2001
From: David Carter <dpc22@cam.ac.uk>
Date: Mon, 09 Jun 2014 09:11:57 -0400
Subject: [PATCH] New optional HTML/plaintext view icons in #messageheader mean that we need wider CSS margin on the message subject.
---
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 2df5e2b..c67e049 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -850,7 +850,7 @@
h3.subject {
font-size: 14px;
- margin: 0 12em 0 0;
+ margin: 0 15em 0 0;
padding: 8px 8px 4px 8px;
white-space: nowrap;
overflow: hidden;
--
Gitblit v1.9.1