summaryrefslogtreecommitdiff
path: root/plugins/help
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-04 16:25:18 +0000
committeralecpl <alec@alec.pl>2012-04-04 16:25:18 +0000
commitd63244ebf44989c32a4c3f240b7f29c50bef9bfc (patch)
tree243152880591da07dc79a3f2e975de084048ff5b /plugins/help
parent7aa7d940218c24b960b7664e969ee35bfbf30808 (diff)
- Small help toolbar positioning fix
Diffstat (limited to 'plugins/help')
-rw-r--r--plugins/help/skins/larry/help.css7
1 files changed, 3 insertions, 4 deletions
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 {