mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.13.14
This commit is contained in:
parent
cced99fafa
commit
053ac74734
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 13, 13)
|
||||
VERSION = (0, 13, 14)
|
||||
CODENAME = "future-proof"
|
||||
BUILD_DT = (2021, 9, 3)
|
||||
BUILD_DT = (2021, 9, 6)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
|
@ -173,6 +173,10 @@ a, #files tbody div a:last-child {
|
|||
#epi.logue {
|
||||
margin: .8em 0;
|
||||
}
|
||||
.mdo,
|
||||
.mdo * {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
#srv_info {
|
||||
color: #a73;
|
||||
background: #333;
|
||||
|
|
Loading…
Reference in a new issue