mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Fixed spacing consistency issues between messages in web client.
This commit is contained in:
parent
00f46d36cd
commit
b301d8ebb2
1 changed files with 4 additions and 3 deletions
|
|
@ -26,10 +26,11 @@ a:hover, a:active { color: #ccc }
|
|||
* stand-alone text.*/
|
||||
strong {font-weight:normal;}
|
||||
|
||||
div {margin:0px;}
|
||||
/* Base style for new messages in the main message area */
|
||||
.msg {
|
||||
white-space: pre-wrap;
|
||||
padding: .5em .9em;}
|
||||
/*.msg {
|
||||
white-space: pre-wrap; }
|
||||
padding: .5em .9em;} */
|
||||
/*border-bottom: 1px dotted #222 } /*optional line between messages */
|
||||
|
||||
/* Utility messages (green) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue