bootstrap theme should display the textarea as monospaced text, too

This commit is contained in:
El RIDO 2015-08-23 18:07:38 +02:00
parent aa3eba9b1f
commit 259ca3c55f

View File

@ -13,6 +13,10 @@ body {
display: inline;
}
#message {
font-family: monospace;
}
#nickname {
margin: 5px 0;
}