Skip to content

Commit 0100b27

Browse files
committed
adding breadcrumb class to comments box so that it matches in
1 parent 9f1a2b1 commit 0100b27

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

single.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<?php
4949
echo '</div>';
5050
if (comments_open()) {
51-
echo '<div class="col-sm-12 col-md-6 col-lg-5 comments">';
51+
echo '<div class="col-sm-12 col-md-6 col-lg-5 comments breadcrumb">';
5252
comments_template();
5353
get_template_part('advert');
5454
echo '</div>';

style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ p.h1 a,p.h2 a,p.h3 a,p.h4 a,p.h5 a,p.h6 a {
127127
}
128128

129129
.container .comments {
130-
background: none repeat scroll 0 0 #f8f8f8;
131-
border-left: 1px solid #EEEEEE;
132130
margin-top: -20px;
133131
}
134132

0 commit comments

Comments
 (0)