diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-11 12:46:56 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-11 12:46:56 +0200 |
commit | eef107be303c8e68bf58641d4245a934d21d0a53 (patch) | |
tree | e5cdc15b2c099e5d25f446ff8e156b2a440352e9 /skins/larry | |
parent | a8282f1359a447f22ced217aa18bb5b9d857f3d9 (diff) |
Fix a.deletebutton outline (#1489929)
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/addressbook.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 54a14da0b..81718200d 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -404,10 +404,11 @@ a.deletebutton { left: 5px; top: -3px; display: inline-block; - width: 24px; + width: 16px; height: 18px; text-decoration: none; text-indent: -5000px; + overflow: hidden; background: url(images/buttons.png) -7px -377px no-repeat; } |