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:28:36 +0200 |
commit | 0070187e3214f22107a78fb470fcedf898e3139b (patch) | |
tree | 6868c4270b6dc0dee9aee886aef250a24b094af9 /skins/larry | |
parent | f923d4bac1493e57306f696b227df22145c3f278 (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 660daa943..111049f8b 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2196,7 +2196,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 { |