diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 00:09:13 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 00:09:13 -0500 |
| commit | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (patch) | |
| tree | 8db3115d3b0a78dc72d6186b750c189efbfb5276 /webAO/client.css | |
| parent | 8f61192332b56379bc424dba6d5662d682cda379 (diff) | |
New client build, with GoldenLayout included
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 3b770e9..96a7f71 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -10,6 +10,12 @@ img { -ms-interpolation-mode: nearest-neighbor; } +#about-logo { + padding-top: 5px; + height: 30%; + image-rendering: auto; +} + @keyframes error_blink { 0% { color: white; } 50% { color: red; } |
