diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-12-21 16:46:06 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-12-21 16:46:06 +0100 |
| commit | 087402b088c5a79cab7af016c1185bf64c05ac5e (patch) | |
| tree | 944bfd7777c55a59a1d7f55b182bc7262c188042 | |
| parent | 234cef52056216c1403e79eba27bb85a15a385c5 (diff) | |
stub clock on persona
| -rw-r--r-- | webAO/styles/chatbox/p3.css | 4 | ||||
| -rw-r--r-- | webAO/styles/chatbox/p4.css | 4 | ||||
| -rw-r--r-- | webAO/styles/chatbox/p5.css | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/p3.css b/webAO/styles/chatbox/p3.css index 8c6a39d..c9234b6 100644 --- a/webAO/styles/chatbox/p3.css +++ b/webAO/styles/chatbox/p3.css @@ -114,4 +114,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css index 7389fae..e31ffe7 100644 --- a/webAO/styles/chatbox/p4.css +++ b/webAO/styles/chatbox/p4.css @@ -112,4 +112,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/p5.css b/webAO/styles/chatbox/p5.css index da27529..112c521 100644 --- a/webAO/styles/chatbox/p5.css +++ b/webAO/styles/chatbox/p5.css @@ -108,4 +108,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; }
\ No newline at end of file |
