added separation between names
This commit is contained in:
parent
ff09134479
commit
52bc494109
2 changed files with 4 additions and 2 deletions
|
@ -403,6 +403,10 @@ li.mentioned {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.name + .name:before {
|
||||
content: ", ";
|
||||
}
|
||||
|
||||
.message {
|
||||
clear: right;
|
||||
}
|
||||
|
|
Reference in a new issue