mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Show every username as bold
This commit is contained in:
parent
fe11589151
commit
91cb2b26e7
@ -221,6 +221,11 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
.username {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
> .text {
|
||||
img {
|
||||
max-width: 100%;
|
||||
@ -247,10 +252,6 @@
|
||||
background-color: @wcfContainerBackgroundColor;
|
||||
position: relative;
|
||||
|
||||
.username {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
> ul.text {
|
||||
li {
|
||||
.clearfix;
|
||||
|
Loading…
Reference in New Issue
Block a user