From f858d9b0b6c06b49e24ce9ae97049621d2e60753 Mon Sep 17 00:00:00 2001 From: DBPreston Date: Wed, 2 May 2012 18:43:35 +0200 Subject: [PATCH] Removed redundant padding declaration on .button --- stylesheets/base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 6b5f6e0..afc4d3b 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -143,7 +143,6 @@ border: 1px solid #aaa; border-top: 1px solid #ccc; border-left: 1px solid #ccc; - padding: 4px 12px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;