Skip to content

Commit 6a1b3b0

Browse files
committed
Small css improvements for tag page and post lists
1 parent 6d0c689 commit 6a1b3b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

view/frontend/templates/tag/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
?>
1616

1717
<?php if ($content = $this->getContent()): ?>
18-
<div class="category-content"><?php echo $content ?></div>
18+
<div class="tag-content"><?php echo $content ?></div>
1919
<?php endif; ?>

view/frontend/web/css/blog-m.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
margin-bottom: 20px;
3939
list-style: none;
4040
}
41+
.post-list-wrapper .post-list {padding-left: 0}
4142

4243
.post-list .post-content .post-read-more {padding-top:10px; float:right;}
4344

@@ -236,6 +237,5 @@
236237
#mfblog_gcomments {max-width:345px; overflow-y: scroll;}
237238
}
238239

239-
.blog-index-index .post-list-wrapper .post-list,
240-
.blog-category-view .post-list-wrapper .post-list {padding-left: 0;}
241-
.blog-category-view .category-content {padding-left: 0;}
240+
.blog-category-view .category-content,
241+
.blog-tag-view .tag-content {padding-left: 0}

0 commit comments

Comments
 (0)