1
0
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:
Tim Düsterhus 2013-09-10 21:44:08 +02:00
parent fe11589151
commit 91cb2b26e7

View File

@ -221,6 +221,11 @@
float: right; float: right;
} }
.username {
font-weight: bold;
}
> .text { > .text {
img { img {
max-width: 100%; max-width: 100%;
@ -247,10 +252,6 @@
background-color: @wcfContainerBackgroundColor; background-color: @wcfContainerBackgroundColor;
position: relative; position: relative;
.username {
font-weight: bold;
}
> ul.text { > ul.text {
li { li {
.clearfix; .clearfix;