moved kvmd to the root

This commit is contained in:
Devaev Maxim
2018-09-26 02:57:24 +03:00
parent f3946f102f
commit 81a5311349
91 changed files with 2 additions and 2 deletions

17
web/css/about.css Normal file
View File

@@ -0,0 +1,17 @@
div#about {
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
div#about
td#about-version-kvmd,
td#about-version-python,
td#about-version-platform {
font-weight: bold;
}
div#about p {
font-family: monospace;
padding: 0 10px 0 10px;
}