You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
228 B
Plaintext
17 lines
228 B
Plaintext
12 years ago
|
|
||
|
#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;
|
||
|
}
|
||
|
}
|