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/about.css | |
parent | 49a09a6ba168ada706999e9955b531b975edbd5f (diff) |
refactoring
Diffstat (limited to 'web/css/about.css')
-rw-r--r-- | web/css/about.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/web/css/about.css b/web/css/about.css deleted file mode 100644 index 46cf382a..00000000 --- a/web/css/about.css +++ /dev/null @@ -1,22 +0,0 @@ -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; -} |