Skip to content

Commit 8120253

Browse files
author
José Valim
committed
Fix style on category listing
1 parent 7ff8ab5 commit 8120253

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blog/categories.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
layout: blog
55
---
66

7-
<div class="hfeed">
7+
<div class="hcat">
88
<h2>Posts by category:</h2>
99
<ul>
1010
{% for category in site.categories %}

css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ th, td { text-align: left; }
260260
/* WordPress classes
261261
-------------------------------------------------------------- */
262262
.hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; }
263+
.hcat h5 { font-weight: normal; margin-top: 25px; }
263264
.left, .alignleft {
264265
float: left;
265266
margin: 0 15px 5px 0;

0 commit comments

Comments
 (0)