From b7ae333d076c8dafc747e204bfd4ec2e6a9e13e2 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Thu, 26 Jan 2012 21:55:15 -0800 Subject: [PATCH] adding some amazing -moz CSS from the @necolas --- stylesheets/base.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/base.css b/stylesheets/base.css index 5a21070..974b11d 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -200,6 +200,13 @@ padding-right: 0 !important; text-align: center; } + /* Fix for odd Mozilla border & padding issues */ + button::-moz-focus-inner, + input::-moz-focus-inner { + border: 0; + padding: 0; + } + /* #Tabs (activate in tabs.js) ================================================== */