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.
18 lines
245 B
Plaintext
18 lines
245 B
Plaintext
12 years ago
|
|
||
|
.search-result-post {
|
||
|
width: 100%;
|
||
|
line-height: 16px;
|
||
|
padding: 5px;
|
||
|
overflow:hidden;
|
||
|
img {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width:48px;
|
||
|
height:48px;
|
||
12 years ago
|
margin-right:10px;
|
||
12 years ago
|
}
|
||
12 years ago
|
}
|
||
|
|
||
|
.category.search #topics-container {
|
||
|
margin-left: -38px;
|
||
12 years ago
|
}
|