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:55:15 +0200 |
commit | e2872900f4a755987d49f0d5f953cb5cd21b89a1 (patch) | |
tree | 0eada41ca4473c8d922c7f662caa6d5641d6ffb6 | |
parent | b32fab16efb715568f54781bcc9e14e30ce41bff (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 238c4a297..09c7a60ed 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1679,6 +1679,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 { |