Merge branch 'master' of github.com:johnbintz/comicpress-2.8
This commit is contained in:
commit
06ff53ea54
|
@ -116,9 +116,9 @@
|
|||
$post = $temppost; $wp_query = $temp_query; $temppost = null; $temp_query = null;
|
||||
}
|
||||
}
|
||||
if ('open' == $post->comment_status) {
|
||||
|
||||
comments_template('', true);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<?php else: ?>
|
||||
|
|
24
style.css
24
style.css
|
@ -623,6 +623,22 @@ h3, h3 a {
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
.comment-content {
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
.comment .comment .comment-content {
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
.pingback .comment-content {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.trackback .comment-content {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.comment-author cite {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
@ -654,14 +670,6 @@ h3, h3 a {
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.comment-content {
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
.comment .comment .comment-content {
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
.comment-text p {
|
||||
padding: 5px 0 0 0;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue