diff options
author | marzavec <admin@marzavec.com> | 2018-10-08 23:27:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-08 23:27:47 +0200 |
commit | 523925fb3932c7892d9641e1992c3edf93823b72 (patch) | |
tree | 854d9953cc1853ac55fbd8e39e86426b20266570 /client/index.html | |
parent | Merge pull request #38 from MinusGix/master (diff) | |
parent | Updated style to handle messages that refer to the user. (diff) | |
download | hackchat-523925fb3932c7892d9641e1992c3edf93823b72.tar.gz hackchat-523925fb3932c7892d9641e1992c3edf93823b72.zip |
Merge pull request #39 from rand0x0m/update-style
Style update 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> |