home page derp

v1.18.x
Baris Usakli 12 years ago
parent 99eb9f8399
commit 16bf813dcd

@ -588,7 +588,7 @@ footer.footer {
}
.category-row h4 {
font-weight: 700;
text-align: center;
text-align: left;
color: #555;
white-space: nowrap;
overflow: hidden;

@ -6,7 +6,7 @@
<!-- BEGIN categories -->
<div class="span3">
<a href="category/{categories.slug}">
<h4>{categories.name} <span class="badge {categories.badgeclass}">{categories.topic_count}</span></h4>
<h4><span class="badge {categories.badgeclass}">{categories.topic_count} </span> {categories.name}</h4>
<!-- {categories.description} -->
<div class="category-icon {categories.blockclass}">
<i class="{categories.icon} icon-4x"></i>

Loading…
Cancel
Save