Files
NodeBB/public/css/search.less
2013-08-29 04:12:36 +08:00

18 lines
245 B
Plaintext

.search-result-post {
width: 100%;
line-height: 16px;
padding: 5px;
overflow:hidden;
img {
display: block;
float: left;
width:48px;
height:48px;
margin-right:10px;
}
}
.category.search #topics-container {
margin-left: -38px;
}