summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-16 09:36:47 +0200
committerAleksander Machniak <alec@alec.pl>2012-09-16 09:36:47 +0200
commitf158dc3e8f2b77cfe83f0b3cc75c19d04208ea4c (patch)
tree29163740f0739b4d72926447ba487b77addff93a /skins
parentd409a545c2ec28b57711c4a6ee6f66b4916932b7 (diff)
Fix #messageheader for case when the message has no subject
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 496cbbd15..04f56e134 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -837,6 +837,7 @@ h3.subject {
#messageheader {
position: relative;
height: auto;
+ min-height: 52px;
margin: 0 8px 0 0;
padding: 0 0 0 72px;
border-bottom: 2px solid #f0f0f0;