diff options
| author | sD <stoned@derpymail.org> | 2020-03-20 22:34:45 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-20 22:34:45 +0100 |
| commit | f017aabd3f99730e7e03da12f4efa5938d9ee291 (patch) | |
| tree | 06f060aca0af5ed229e7ed5c09dac7845a72d494 /webAO/styles | |
| parent | 7e28bbdb57f5aef3b281aa539f74a35028d65c03 (diff) | |
simplify the infos at the side
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/master.css | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index a8c91f7..ee16429 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -1,18 +1,3 @@ -#serverinfo { - margin-top: 75px; - margin-bottom: 0px; - float: left; - font-size:0.6em; -} - -#clientinfo { - margin: 0px; - display: block; - float: left; - clear: both; - font-size:0.6em; -} - .button { padding: 5px; vertical-align: middle; @@ -48,8 +33,12 @@ } #header { + display: block; + float: left; + margin-top: 75px; position: absolute; left: 0; + font-size: 0.8em; } #serverdescription_box { |
