diff options
author | thomascube <thomas@roundcube.net> | 2012-01-25 20:18:59 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-25 20:18:59 +0000 |
commit | 10560d9a89f2c661f4573d174097fb922319d69e (patch) | |
tree | 72c5b2e431fcc5e5a8615c1c718ace76bb74f8f4 | |
parent | 8b92d2b0507a98dfd380553c64765bcfdecc6fe3 (diff) |
Small fixes
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | skins/larry/styles.css | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -63,7 +63,7 @@ version that will not be part of the Roundcube Webmail Software, you may remove the exception above and use this source code under the original version of the license. -For more details about licensing and the expections for skins and plug-ins +For more details about licensing and the expections for skins and plugins see http://roundcube.net/license diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 94ad1fb64..b9aa08703 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1759,8 +1759,7 @@ ul.toolbarmenu li span.conversation { background-position: 0 -156px; } -.attachmentslist li.rar, -.attachmentslist li.gz { +.attachmentslist li.rar { background-position: 0 -182px; } |