diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-24 09:23:58 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-24 09:23:58 +0200 |
commit | c3b6f3d8714e03878e7f2e461b3c842433ed58ab (patch) | |
tree | a586e7eddc206230ff84de2513c8de028e93a6de /skins/larry | |
parent | 5906b5fb2c58c25d6ddda0a61367d89e86e936cb (diff) |
Eliminate horizontal scrollbar in popup menus with many options (e.g. spellcheck languages list)
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index c82e9de93..7b5e61d48 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1939,6 +1939,7 @@ ul.toolbarmenu li, margin: 0; border-top: 1px solid #5a5a5a; border-bottom: 1px solid #333; + padding-right: 10px; } .googie_list tr:first-child td, |