diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-02 11:28:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-02 11:29:55 +0200 |
commit | b5beb1888f19a5982e59db5c8a8c41550577c7c4 (patch) | |
tree | 437156c55322765ca8f24cfd79526e4bf84a3ee7 /skins/larry | |
parent | 80acbd62df7bb175cf86f162e1dcb6dc95e67d26 (diff) |
Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browser
Diffstat (limited to 'skins/larry')
-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 bc301df41..0093147b2 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2102,7 +2102,7 @@ ul.toolbarmenu li a { 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 { |