diff options
| author | Aleksander Machniak <alec@alec.pl> | 2012-09-16 09:36:47 +0200 |
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2012-09-16 09:36:47 +0200 |
| commit | f158dc3e8f2b77cfe83f0b3cc75c19d04208ea4c (patch) | |
| tree | 29163740f0739b4d72926447ba487b77addff93a | |
| parent | d409a545c2ec28b57711c4a6ee6f66b4916932b7 (diff) | |
Fix #messageheader for case when the message has no subject
| -rw-r--r-- | skins/larry/mail.css | 1 |
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; |
