mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(style) .mode width: 25% -> 23%
This commit is contained in:
parent
96f6bb04c5
commit
6cf5d6b096
2 changed files with 3 additions and 1 deletions
|
|
@ -94,6 +94,8 @@ getJSONfromFileTable.
|
|||
|
||||
* feature(favicon) add
|
||||
|
||||
* fix(style) .mode width: 25% -> 23%
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ body{
|
|||
}
|
||||
.mode{
|
||||
float: right;
|
||||
width: 25%;
|
||||
width: 23%;
|
||||
}
|
||||
|
||||
/* changin ul to panel for high speed parsing*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue