From f017aabd3f99730e7e03da12f4efa5938d9ee291 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Mar 2020 22:34:45 +0100 Subject: simplify the infos at the side --- webAO/styles/master.css | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'webAO/styles/master.css') 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 { -- cgit