diff options
| author | Aleksander Machniak <alec@alec.pl> | 2014-06-10 12:32:40 +0200 | 
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2014-06-10 12:32:40 +0200 | 
| commit | e4c179975219530d22e330ef7129a8eb5fa286e9 (patch) | |
| tree | 2359ff4fa912500ef1b20f5a8df58c7747594e7e | |
| parent | f67d372449a358f72c9f8d654dadda014fccf293 (diff) | |
| parent | 776ddd6d85b884311ff0b17430241fae2e70544f (diff) | |
Merge pull request #197 from dpc22/fix_mail_css
Small CSS fix
| -rw-r--r-- | 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 2df5e2bc5..c67e049ea 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -850,7 +850,7 @@ h2.subject {  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; | 
