diff options
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 { |
