diff options
author | thomascube <thomas@roundcube.net> | 2012-01-24 07:54:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-24 07:54:40 +0000 |
commit | 5ff7ba44ecb57fc3af6ded2094eb128a724f9cb4 (patch) | |
tree | 93b9f0850306e2e79f8f6ec6ab7893730bc71373 /skins/larry/styles.css | |
parent | e65c36d172a737d5a69e10cdec4aeb87c2d2e12e (diff) |
Fix address book searchmods; a little code cleanup
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 2c22cfed0..94ad1fb64 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -377,7 +377,7 @@ a.iconlink.add { } a.iconlink.remove { - background-position: -7px -377px; + background-position: -7px -378px; } a.iconlink.cancel { |