aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/master.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-21 12:52:16 +0100
committersD <stoned@derpymail.org>2020-03-21 12:52:16 +0100
commita4d59759108c1ae42b301e8199b55e6aacff5850 (patch)
tree280a5fcfa18913f821f1cfb0755e33bca6b80f62 /webAO/styles/master.css
parente45a35ed1109e62f5ddcaf8c19d9531d5ec4ddcb (diff)
move style to css file
Diffstat (limited to 'webAO/styles/master.css')
-rw-r--r--webAO/styles/master.css8
1 files changed, 8 insertions, 0 deletions
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;