This commit is contained in:
ed 2021-11-06 23:27:48 +01:00
parent 3375377371
commit e111edd5e4
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 0, 14)
CODENAME = "sufficient"
BUILD_DT = (2021, 10, 30)
VERSION = (1, 1, 0)
CODENAME = "opus"
BUILD_DT = (2021, 11, 6)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -1231,7 +1231,7 @@ html.light #acc_info {
html.light #srv_info span {
color: #777;
}
html.light .ntree a+a {
html.light #tree .ntree a+a {
background: inherit;
color: #06a;
}