bootstrap theme should display the textarea as monospaced text, too
This commit is contained in:
parent
aa3eba9b1f
commit
259ca3c55f
@ -13,6 +13,10 @@ body {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#message {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
#nickname {
|
#nickname {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user