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/styles/master.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webAO/styles/master.css') 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