diff options
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 2 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drae.css | 4 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drv3.css | 4 |
3 files changed, 9 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index 26988d3..ced1932 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -157,6 +157,6 @@ to { text-indent: -125% } } -#client_trackstatus { +#client_clock { display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 43e815d..d5b9fa0 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -103,4 +103,8 @@ #client_trackstatus { display: none; +} + +#client_clock { + display: none; }
\ No newline at end of file diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index d73457d..c7eb957 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -113,4 +113,8 @@ background-image: url('drv3trackstatustext.png'); background-size: contain; background-repeat: no-repeat; +} + +#client_clock { + display: none; }
\ No newline at end of file |
