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{