diff options
author | Devaev Maxim <[email protected]> | 2018-11-11 03:31:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-11 03:31:52 +0300 |
commit | f3fdf336d3afe8981beeec51d8ed4fd8310bcc0c (patch) | |
tree | b1647c939d5ee7571dcf46cdf53140153b5aca67 /web/css/about.css | |
parent | d6dd6ebc33ee30b1dc3220de25dd63cfc09616e9 (diff) |
better about
Diffstat (limited to 'web/css/about.css')
-rw-r--r-- | web/css/about.css | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/web/css/about.css b/web/css/about.css index 906f4167..46cf382a 100644 --- a/web/css/about.css +++ b/web/css/about.css @@ -2,13 +2,21 @@ div#about { -webkit-user-select: text; -moz-user-select: text; user-select: text; + padding: 5px 5px 5px 5px; } -div#about td.version { - font-weight: bold; +div#about td.logo { + padding-right: 25px; } -div#about p { +div#about td.title { + font-size: 1.2em; +} + +div#about td.copyright { + font-size: 0.8em; +} + +div#about tr.version { font-family: monospace; - padding: 0 10px 0 10px; } |