diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-24 18:55:15 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-24 18:56:26 +0200 |
commit | e15869a979c85b668332589180f5a4b946fef23c (patch) | |
tree | 58b88e603c6721d4c9c253628b6a7162787a4227 | |
parent | 4db26a430b0a2fb9b5c725aef373c6b79e27f100 (diff) |
Fix small style glitch on first toolbar button in recent Firefox
-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 983b47c78..4da8788db 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1592,6 +1592,7 @@ ul.proplist li { -o-box-shadow: none; background: url(images/buttons.png) -100px 0 no-repeat transparent; border: 0; + border-radius: 0; } .toolbar a.button.disabled { |