From 8dfd57d0638628117c4e689b8609841552a26f5d Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Mon, 16 Nov 2020 20:50:18 +0100 Subject: add css to hide the shownames --- webAO/styles/shownames.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 webAO/styles/shownames.css (limited to 'webAO/styles/shownames.css') diff --git a/webAO/styles/shownames.css b/webAO/styles/shownames.css new file mode 100644 index 0000000..9ffffaf --- /dev/null +++ b/webAO/styles/shownames.css @@ -0,0 +1,7 @@ +.iclog_nameplate { + display: none; +} + +.iclog_showname { + display: inline; +} \ No newline at end of file -- cgit