diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-24 19:27:12 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-25 12:43:16 +0100 |
commit | ab0eb04f8cf5b5c08ee55e2c9d1c88d529c498ae (patch) | |
tree | f85803eea7795e53479af8d8c497c8910387452a /skins/larry/mail.css | |
parent | 39bb93d9ae553f637b3d2356e51c8a21541888e4 (diff) |
Added embed.css for classic skin, improved/unified warnings style (button is still different), cleanup
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 33e66d10e..ca8ac62c8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -8,8 +8,6 @@ * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. - * - * $Id$ */ #mailview-left { @@ -987,7 +985,7 @@ div.hide-headers { color: #960; border: 1px solid #ffdf0e; background-color: #fef893; - background-position: 5px -85px; + background-position: 5px -83px; padding: 6px 12px 4px 30px; white-space: normal; } |