From e466f67c33c0a8fff47d470e3ca3e63a731dafba Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 05 Jul 2012 08:28:08 -0400
Subject: [PATCH] Move Help toolbar to the left

---
 plugins/help/skins/larry/help.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css
index eab80b5..20caa7a 100644
--- a/plugins/help/skins/larry/help.css
+++ b/plugins/help/skins/larry/help.css
@@ -11,7 +11,7 @@
 #helptoolbar {
 	position: absolute;
 	top: -6px;
-	right: 0;
+	left: 0;
 	height: 40px;
 	white-space: nowrap;
 }

--
Gitblit v1.9.1