diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-02-11 00:05:04 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-02-11 00:05:04 +0100 |
| commit | 6314a7e61ad85aaf9313ed2947853e8e1d2aea33 (patch) | |
| tree | 858f8fe1426443939294fcf59e7a8687e57e9432 /webAO/styles/mod.css | |
| parent | 9993c378613b20b6f6f74b324c22c3bfda4c71fc (diff) | |
Add area column to playerlist
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'webAO/styles/mod.css')
| -rw-r--r-- | webAO/styles/mod.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/mod.css b/webAO/styles/mod.css index 1e077b3..05f8c87 100644 --- a/webAO/styles/mod.css +++ b/webAO/styles/mod.css @@ -1,4 +1,4 @@ -table#client_playerlist td:nth-child(5), -td:nth-child(6) { +table#client_playerlist td:nth-child(6), +td:nth-child(7) { display: inherit; } |
