From aecf0e1d14a1caf270d6214e8ce48b0c98a6e307 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 23 Feb 2014 05:54:08 -0500 Subject: [PATCH] feature(style) .cmd-button: height: 30px --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 4a7046fd..f97da836 100644 --- a/css/style.css +++ b/css/style.css @@ -103,6 +103,7 @@ body { .cmd-button { width: 5%; + height: 30px; margin: 20px 2px 0 2px; color: #222; background-color: white;