From 01d689adfe4eb9a00e3b55db82c1d61ec6d19f1e Mon Sep 17 00:00:00 2001 From: Catalin Rosu Date: Sat, 22 Sep 2012 11:46:43 +0300 Subject: [PATCH] Removed inner padding and border for Firefox 4+. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index c3ee499..81b0f27 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,11 @@ h1{ /* Buttons styles */ +.button::-moz-focus-inner{ + border: 0; + padding: 0; +} + .button{ display: inline-block; *display: inline;