chore(css) .cmd-button {width: 10% -> 8%}

This commit is contained in:
coderaiser 2013-07-25 14:45:34 +00:00
parent 8665be6261
commit 96351e0027
2 changed files with 3 additions and 1 deletions

View file

@ -134,6 +134,8 @@ getJSONfromFileTable.
* feature(index) add "~ - console" button
* chore(css) .cmd-button {width: 10% -> 8%}
2012.04.22, v0.2.0

View file

@ -104,7 +104,7 @@ body{
overflow: hidden;
outline: 0;
white-space: nowrap;
width: 10%;
width: 8%;
}
.cmd-button:hover{