summaryrefslogtreecommitdiff
path: root/web/css/kvm/about.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-12-15 04:29:40 +0300
committerDevaev Maxim <[email protected]>2018-12-15 04:29:40 +0300
commit3c33bd37190772a783369894e209bcfe0858177a (patch)
treee095f08f37371a3182f6ced0b280c4bcaa06983b /web/css/kvm/about.css
parent3445766a50eab16a96d969397a6fe0422f7cfcd2 (diff)
own auth
Diffstat (limited to 'web/css/kvm/about.css')
-rw-r--r--web/css/kvm/about.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/web/css/kvm/about.css b/web/css/kvm/about.css
deleted file mode 100644
index e6e2360f..00000000
--- a/web/css/kvm/about.css
+++ /dev/null
@@ -1,28 +0,0 @@
-div#about {
- -webkit-user-select: text;
- -moz-user-select: text;
- user-select: text;
- max-width: 600px;
- white-space: normal;
- padding: 5px 5px 5px 5px;
-}
-
-div#about td.logo {
- padding-right: 25px;
-}
-
-div#about td.title {
- font-size: 1.2em;
-}
-
-div#about td.copyright {
- font-size: 0.8em;
-}
-
-div#about tr.version {
- font-family: monospace;
-}
-
-div#about div#about-meta {
- height: 200px;
-}