From 0070187e3214f22107a78fb470fcedf898e3139b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 02 May 2014 05:28:36 -0400
Subject: [PATCH] Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browser

---
 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 660daa9..111049f 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2196,7 +2196,7 @@
 	text-shadow: 0px 1px 1px #333;
 	text-decoration: none;
 	min-height: 14px;
-	padding: 6px 10px 6px 10px;
+	padding: 6px 16px 6px 10px;
 }
 
 .googie_list td span {

--
Gitblit v1.9.1