From d63244ebf44989c32a4c3f240b7f29c50bef9bfc Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 4 Apr 2012 16:25:18 +0000 Subject: - Small help toolbar positioning fix --- plugins/help/skins/larry/help.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/help') diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css index 22fd5d0dd..eab80b5d9 100644 --- a/plugins/help/skins/larry/help.css +++ b/plugins/help/skins/larry/help.css @@ -10,8 +10,7 @@ #helptoolbar { position: absolute; - top: -4px; - right: 0; + top: -6px; right: 0; height: 40px; white-space: nowrap; @@ -29,11 +28,11 @@ } .toolbar a.button.help { - background: url(help.png) center -50px no-repeat; + background: url(help.png) center -51px no-repeat; } .toolbar a.button.about { - background: url(help.png) center -90px no-repeat; + background: url(help.png) center -89px no-repeat; } .toolbar a.button.license { -- cgit v1.2.3