diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 02:57:24 +0300 |
commit | 81a5311349564a1016c4af2bf18ae872b650e85b (patch) | |
tree | d01fd027948494e22ae2c14334b98c1515e5e8a4 /kvmd/web/css/about.css | |
parent | f3946f102fc167efdc53c73412b2c0d6ac6c72c5 (diff) |
moved kvmd to the root
Diffstat (limited to 'kvmd/web/css/about.css')
-rw-r--r-- | kvmd/web/css/about.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kvmd/web/css/about.css b/kvmd/web/css/about.css deleted file mode 100644 index 0db2e467..00000000 --- a/kvmd/web/css/about.css +++ /dev/null @@ -1,17 +0,0 @@ -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; -} |