From 83fc547c8d8e979ad26e551496fe1af505da42f7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 5 Nov 2013 12:45:22 +0000 Subject: [PATCH] feature(style) .cmd-button width: 8% -> 9% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8f250198..4b585390 100644 --- a/css/style.css +++ b/css/style.css @@ -92,7 +92,7 @@ body { } .cmd-button { - width: 8%; + width: 9%; margin: 20px 2px 0 2px; overflow: hidden; color: rgb(49,123,249);