diff options
author | rand0x0m <java.util.Random@protonmail.com> | 2018-10-07 20:45:20 +0200 |
---|---|---|
committer | rand0x0m <java.util.Random@protonmail.com> | 2018-10-07 20:45:20 +0200 |
commit | 1ed6cf945f0a1d375993c6d811457fdd0cbeb990 (patch) | |
tree | db003e715142d2df273d8912a1bf115210ba5f6b /client/index.html | |
parent | Added hooks, modules and cleaned up code (diff) | |
download | hackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.tar.gz hackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.zip |
Updated style to handle messages that refer to the user.
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/index.html b/client/index.html index 9abdebc..98b9428 100644 --- a/client/index.html +++ b/client/index.html @@ -20,7 +20,7 @@ </article> <footer id="footer"> <div class="container"> - <form id="chatform" class="messages"> + <form id="chatform" class="message"> <textarea id="chatinput" type="text" autocomplete="off" autofocus></textarea> </form> </div> @@ -59,4 +59,4 @@ <script src="client.js"></script> </body> -</html>
\ No newline at end of file +</html> |