diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 18:09:10 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 18:09:10 +0200 |
| commit | 060a6ed8df9ec985a77eb17b0283ce7cbdd6e182 (patch) | |
| tree | 3c16227e987c30f035e83f6a0b2bde0f0419cfd8 | |
| parent | cfb34cd2c82c83495e8cc2f8987fb55a0a316467 (diff) | |
forgot the margin in triology theme
| -rw-r--r-- | webAO/styles/chatbox/triology.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/triology.css b/webAO/styles/chatbox/triology.css index 5139481..7de2fa8 100644 --- a/webAO/styles/chatbox/triology.css +++ b/webAO/styles/chatbox/triology.css @@ -87,6 +87,10 @@ z-index: 1; } +#client_inner_name { + margin: 0; +} + #client_chat { font-size: 1em; display: block; |
