From cc45c4b174cd5f5fc0a7696c96a239b211b581f1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Dec 2013 08:03:41 +0000 Subject: [PATCH] feature(css) .cmd-button width: 9% -> 5% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7c0874d3..49595dcd 100644 --- a/css/style.css +++ b/css/style.css @@ -92,7 +92,7 @@ body { } .cmd-button { - width: 9%; + width: 5%; margin: 20px 2px 0 2px; overflow: hidden; color: rgb(49,123,249);