From 060a6ed8df9ec985a77eb17b0283ce7cbdd6e182 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 19 Apr 2020 18:09:10 +0200 Subject: forgot the margin in triology theme --- webAO/styles/chatbox/triology.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles') 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; -- cgit