aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-19 18:09:10 +0200
committersD <stoned@derpymail.org>2020-04-19 18:09:10 +0200
commit060a6ed8df9ec985a77eb17b0283ce7cbdd6e182 (patch)
tree3c16227e987c30f035e83f6a0b2bde0f0419cfd8 /webAO/styles
parentcfb34cd2c82c83495e8cc2f8987fb55a0a316467 (diff)
forgot the margin in triology theme
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/triology.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/triology.css b/webAO/styles/chatbox/triology.css
index 5139481..7de2fa8 100644
--- a/webAO/styles/chatbox/triology.css
+++ b/webAO/styles/chatbox/triology.css
@@ -87,6 +87,10 @@
z-index: 1;
}
+#client_inner_name {
+ margin: 0;
+}
+
#client_chat {
font-size: 1em;
display: block;