mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
replace bencode library to rhilip/bencode, fix files tree builder #11
This commit is contained in:
parent
387acb59b6
commit
86e1455c6b
9 changed files with 175 additions and 130 deletions
|
|
@ -101,6 +101,10 @@ input[type="submit"] {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -245,6 +245,10 @@ a:visited.background-color-hover-night-light:hover {
|
|||
padding: 4px;
|
||||
}
|
||||
|
||||
.padding-l-4-px {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.padding-t-4-px {
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
|
@ -273,6 +277,10 @@ a:visited.background-color-hover-night-light:hover {
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
.padding-l-8-px {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.padding-t-8-px {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue