bootstrap theme should display the textarea as monospaced text, too
This commit is contained in:
parent
aa3eba9b1f
commit
259ca3c55f
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ body {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
#message {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#nickname {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue