diff options
| author | sD <stoned@derpymail.org> | 2020-04-27 19:18:25 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-27 19:18:25 +0200 |
| commit | 4b126c8cae7ef895d5fb274133560a83a61ced16 (patch) | |
| tree | a15f4266db6f009f59c5ae7eba1793f88a4b580b /webAO/styles/chatbox/chatfuture.css | |
| parent | a60f66fe7409a8585e0c599f179c452276903b9b (diff) | |
use the id instead of p
Diffstat (limited to 'webAO/styles/chatbox/chatfuture.css')
| -rw-r--r-- | webAO/styles/chatbox/chatfuture.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index 3daf394..f1f881e 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -94,7 +94,7 @@ scroll-behavior: smooth; } -#client_chat p { +#client_inner_chat { padding: 1% 3.13%; margin: 1px; line-height: 97%; |
