From a4d59759108c1ae42b301e8199b55e6aacff5850 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 21 Mar 2020 12:52:16 +0100 Subject: move style to css file --- webAO/index.html | 2 +- webAO/styles/master.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/webAO/index.html b/webAO/index.html index e3de2ce..9bd24b7 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -57,7 +57,7 @@

Masterserver version - ...

Client version - ...


- +
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index ee16429..5cfc6f3 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -41,6 +41,14 @@ font-size: 0.8em; } +#masterchat { + width: 260px; + height: 260px; + font-size: inherit; + background-color: darkgrey; + color: black; +} + #serverdescription_box { display: inline-block; position: fixed; -- cgit