From db6bb751d7e8b1f5614bc40f44d482f531df061e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 11 Oct 2013 08:29:05 +0000 Subject: [PATCH] feature(css) rm button width:10% --- css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/style.css b/css/style.css index fe602edb..8f250198 100644 --- a/css/style.css +++ b/css/style.css @@ -228,10 +228,6 @@ body { cursor: default; } -button { - width:10%; -} - a { text-decoration:none; }