From 96351e00275a2e2e42727d95700eba87c88c30ef Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 25 Jul 2013 14:45:34 +0000 Subject: [PATCH] chore(css) .cmd-button {width: 10% -> 8%} --- ChangeLog | 2 ++ css/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b4cf9a1..6a693695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -134,6 +134,8 @@ getJSONfromFileTable. * feature(index) add "~ - console" button +* chore(css) .cmd-button {width: 10% -> 8%} + 2012.04.22, v0.2.0 diff --git a/css/style.css b/css/style.css index 221598ad..36d21618 100644 --- a/css/style.css +++ b/css/style.css @@ -104,7 +104,7 @@ body{ overflow: hidden; outline: 0; white-space: nowrap; - width: 10%; + width: 8%; } .cmd-button:hover{