This commit is contained in:
ed 2021-09-06 01:06:16 +02:00
parent cced99fafa
commit 053ac74734
2 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 13, 13) VERSION = (0, 13, 14)
CODENAME = "future-proof" CODENAME = "future-proof"
BUILD_DT = (2021, 9, 3) BUILD_DT = (2021, 9, 6)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -173,6 +173,10 @@ a, #files tbody div a:last-child {
#epi.logue { #epi.logue {
margin: .8em 0; margin: .8em 0;
} }
.mdo,
.mdo * {
line-height: 1.4em;
}
#srv_info { #srv_info {
color: #a73; color: #a73;
background: #333; background: #333;