Compare commits

...

1 Commits

Author SHA1 Message Date
ed
c56ded828c v0.12.9 2021-08-01 00:40:15 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 12, 8)
VERSION = (0, 12, 9)
CODENAME = "fil\033[33med"
BUILD_DT = (2021, 8, 1)

View File

@@ -1081,6 +1081,9 @@ html.light #ggrid a:hover {
padding: 1em;
z-index: 765;
}
html.light #rui {
color: #fff;
}
#rui div+div {
margin-top: 1em;
}