51 lines
886 B
CSS
51 lines
886 B
CSS
.recent-comment {
|
|
list-style-type: none;
|
|
margin-top: 10px;
|
|
/*ie fix*/ zoom: 1;
|
|
}
|
|
|
|
.recent-comment:after { content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden; }
|
|
|
|
.recent-comment .recent-comment-avatar {
|
|
display: none;
|
|
}
|
|
|
|
.recent-comment .avatar {
|
|
display: none;
|
|
}
|
|
|
|
.recent-comment .icon-comment {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.recent-comment-single {
|
|
display: block;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.recent-comment-tb .recent-comment-single {
|
|
display: inline;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.recent-comment-credit {
|
|
font-size: 0.8em;
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
.recent-comment-author {
|
|
font-weight: bold;
|
|
padding-right: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.recent-comment-text {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* ajax nav */
|
|
.bwp-rc-ajax-nav {
|
|
list-style-type: none;
|
|
list-style-position: inside;
|
|
text-align: left;
|
|
} |