diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-31 14:30:52 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2024-08-31 14:30:52 +0200 |
| commit | 84db1ce9a2eaf6670605104d2ede8683159b67df (patch) | |
| tree | 57f22ac4384b78ec80f23ffac7445a5cc63c8ef3 /webAO/styles/mod.css | |
| parent | c4f8f6fac11d9a40302d00ed3b3bee70a77b695c (diff) | |
playerlist fixes
Diffstat (limited to 'webAO/styles/mod.css')
| -rw-r--r-- | webAO/styles/mod.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/styles/mod.css b/webAO/styles/mod.css new file mode 100644 index 0000000..859996f --- /dev/null +++ b/webAO/styles/mod.css @@ -0,0 +1,3 @@ +table#client_playerlist td:nth-child(5), td:nth-child(6) { + display: inherit; +}
\ No newline at end of file |
