mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
|
|
|
||
|
|
.search-result-post {
|
||
|
|
width: 100%;
|
||
|
|
line-height: 16px;
|
||
|
|
padding: 5px;
|
||
|
|
overflow:hidden;
|
||
|
|
img {
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
width:48px;
|
||
|
|
height:48px;
|
||
|
|
padding-right:10px;
|
||
|
|
}
|
||
|
|
}
|