Merge branch 'marijn-chat' into 'master'

Almost final chat

See merge request !22
This commit was merged in pull request #26.
This commit is contained in:
Marijn Jansen
2017-01-12 12:15:45 +01:00

View File

@@ -92,8 +92,8 @@
} }
.chat-field input[type="submit"] { .chat-field input[type="submit"] {
width: 60px; width: auto;
background-color: #845663; background-color: #845663;
color: white; color: white;
padding: 5px; padding: 5px 10px;
} }