23 lines
434 B
CSS
23 lines
434 B
CSS
/* ----------------------------- layout.css --------------------------- */
|
|
/*6258*/
|
|
.editor section.edit_t040 .comments {
|
|
margin-top:60px;
|
|
}
|
|
.editor section.edit_t040 .comments .comment-item {
|
|
margin:40px 0;
|
|
}
|
|
|
|
/*6269*/
|
|
.editor section.edit_t040 .comments span.user-avatar {
|
|
background:#eee;
|
|
width:64px; height:64px;
|
|
float:left;
|
|
margin-right:10px;
|
|
}
|
|
|
|
/*6283*/
|
|
.editor section.edit_t040 .comments h4 {
|
|
font-size:15px;
|
|
}
|
|
|