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;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.username {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -246,10 +251,6 @@
|
|||||||
border-radius: @wcfContainerBorderRadius;
|
border-radius: @wcfContainerBorderRadius;
|
||||||
background-color: @wcfContainerBackgroundColor;
|
background-color: @wcfContainerBackgroundColor;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.username {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
> ul.text {
|
> ul.text {
|
||||||
li {
|
li {
|
||||||
|
Loading…
Reference in New Issue
Block a user