mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
|
|
|
||
|
|
#user_label { //belongs in header.less
|
||
|
|
img {
|
||
|
|
border: 1px solid #454;
|
||
|
|
margin-right: 8px;
|
||
|
|
margin-top: -2px;
|
||
|
|
float: left;
|
||
|
|
width:24px;
|
||
|
|
height:24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
span {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: #ded;
|
||
|
|
}
|
||
|
|
}
|