aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/shownames.css
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-16 20:50:18 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-16 20:50:18 +0100
commit8dfd57d0638628117c4e689b8609841552a26f5d (patch)
treede3d2a56690ca020dbbd3302a20e15a0bbc3c6f0 /webAO/styles/shownames.css
parenta960ee76886457e832734bd24187c0563a63c958 (diff)
add css to hide the shownames
Diffstat (limited to 'webAO/styles/shownames.css')
-rw-r--r--webAO/styles/shownames.css7
1 files changed, 7 insertions, 0 deletions
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