diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-18 09:07:00 -0400 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-18 09:07:00 -0400 |
commit | 674a037d2a6cef13fc9e229157ba97f140bb2384 (patch) | |
tree | 3fef7feb682c137e6406bdb0db5e8a8059a42a9a /skins | |
parent | e833e8601f25756fdbdf8b06732f2a3d2fba53ae (diff) |
Small icon alignment fix
Diffstat (limited to 'skins')
-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 be0d15b84..1e4035070 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2488,7 +2488,7 @@ ul.toolbarmenu li span.copy { #rcmKSearchpane ul li i.icon { opacity: 0.99; position: absolute; - top: 3px; + top: 4px; left: 5px; width: 18px; height: 18px; |