aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/shownames.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-11-16 20:59:47 +0100
committerGitHub <noreply@github.com>2020-11-16 20:59:47 +0100
commite4b75a9a94b24f2ca35981294dcfa5bfd79b713f (patch)
treeeb40c3246ef08f4d16155a34825150c46b13eaa7 /webAO/styles/shownames.css
parenta960ee76886457e832734bd24187c0563a63c958 (diff)
parentb93303daa116a1c385346f4a67d9bec5a8401af8 (diff)
Merge pull request #72 from AttorneyOnline/showname_switch
Showname switch
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