summaryrefslogtreecommitdiff
path: root/web/css/about.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-09-26 02:57:24 +0300
committerDevaev Maxim <[email protected]>2018-09-26 02:57:24 +0300
commit81a5311349564a1016c4af2bf18ae872b650e85b (patch)
treed01fd027948494e22ae2c14334b98c1515e5e8a4 /web/css/about.css
parentf3946f102fc167efdc53c73412b2c0d6ac6c72c5 (diff)
moved kvmd to the root
Diffstat (limited to 'web/css/about.css')
-rw-r--r--web/css/about.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/css/about.css b/web/css/about.css
new file mode 100644
index 00000000..0db2e467
--- /dev/null
+++ b/web/css/about.css
@@ -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;
+}