From 7e28bbdb57f5aef3b281aa539f74a35028d65c03 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Mar 2020 22:26:05 +0100 Subject: add ms chat to html --- webAO/index.html | 2 ++ webAO/styles/master.css | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'webAO') diff --git a/webAO/index.html b/webAO/index.html index 129cac6..9bd24b7 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -56,6 +56,8 @@
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 243dfba..a8c91f7 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -47,6 +47,11 @@ padding: 1px; } +#header { + position: absolute; + left: 0; +} + #serverdescription_box { display: inline-block; position: fixed; -- cgit