diff options
author | Devaev Maxim <[email protected]> | 2018-11-14 02:52:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-14 02:57:47 +0300 |
commit | 2916c7fe067ee8093edfda62d2a0bd51b70e4090 (patch) | |
tree | f76bde4fadd84c5dd0a3121cc8f8d0f820d7bc15 /web/css/kvm/about.css | |
parent | 49a09a6ba168ada706999e9955b531b975edbd5f (diff) |
refactoring
Diffstat (limited to 'web/css/kvm/about.css')
-rw-r--r-- | web/css/kvm/about.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/web/css/kvm/about.css b/web/css/kvm/about.css new file mode 100644 index 00000000..46cf382a --- /dev/null +++ b/web/css/kvm/about.css @@ -0,0 +1,22 @@ +div#about { + -webkit-user-select: text; + -moz-user-select: text; + user-select: text; + 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; +} |