Skip to content

Commit

Permalink
删除多余文件
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Sep 28, 2020
1 parent 37605e2 commit d77349c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2,862 deletions.
17 changes: 12 additions & 5 deletions BTPanel/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -2388,19 +2388,26 @@ html .menu .menu_exit:hover {
}

.changepath .path-con-left dl dt {
background: url("../img/ico-computer.png") no-repeat left center;
/* background: url("../img/ico-computer.png") no-repeat left center; */
height: 30px;
line-height: 30px;
padding-left: 23px;
/* padding-left: 23px; */
font-size: 14px;
font-weight: normal;
margin-left: 10px
/* margin-left: 10px */
}
.changepath .path-con-left dl dd:hover{
background-color: #ececec;
}

.changepath .path-con-left dl dd {
line-height: 30px;
padding-left: 12px;
cursor: pointer
padding-left: 15px;
cursor: pointer;
width: 128px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.changepath .path-con-left dl dd span {
Expand Down
16 changes: 0 additions & 16 deletions rep.py

This file was deleted.

51 changes: 0 additions & 51 deletions speed.sh

This file was deleted.

Loading

0 comments on commit d77349c

Please sign in to comment.