mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(style) .name{width}: 37% -> 35%
This commit is contained in:
parent
513ad5b979
commit
5b366af07e
2 changed files with 3 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ getJSONfromFileTable.
|
|||
|
||||
* feature(console) add jq-console
|
||||
|
||||
* fix(style) .name{width}: 37% -> 35%
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ body{
|
|||
/* информация о файлах и папках*/
|
||||
.name{
|
||||
float: left;
|
||||
width: 37%;
|
||||
width: 35%;
|
||||
/* если длина имени файла больше 16 символов
|
||||
* отрезаем лишнее, оставляя лишь 16,
|
||||
* и добавляем две точки и тайтл
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue