fix(style) .mode width: 25% -> 23%

This commit is contained in:
coderaiser 2013-07-09 08:32:24 +00:00
parent 96f6bb04c5
commit 6cf5d6b096
2 changed files with 3 additions and 1 deletions

View file

@ -94,6 +94,8 @@ getJSONfromFileTable.
* feature(favicon) add
* fix(style) .mode width: 25% -> 23%
2012.04.22, v0.2.0

View file

@ -225,7 +225,7 @@ body{
}
.mode{
float: right;
width: 25%;
width: 23%;
}
/* changin ul to panel for high speed parsing*/