From a24cad26c904f3ddbb9b561fb02d48fe2e2094c6 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 19 Apr 2020 17:54:26 +0200 Subject: fix old webAO theme nameplate --- webAO/styles/chatbox/legacy.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO') diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css index 3a23ca0..bea7f38 100644 --- a/webAO/styles/chatbox/legacy.css +++ b/webAO/styles/chatbox/legacy.css @@ -19,6 +19,10 @@ z-index: 1; } +#client_inner_name { + margin: 0; +} + #client_chat { position: absolute; display: block; -- cgit