Skip to content

Commit

Permalink
Fixed missing headers: topic, posts, last post
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Jul 28, 2015
1 parent af4a4cc commit 9ad250f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions style/template/forumlist_body.html
Expand Up @@ -15,9 +15,11 @@
<li class="header">
<dl class="icon">
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}" data-id="{forumrow.FORUM_ID}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<span style="float: right">
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
</span>
</dl>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions style/theme/_content.scss
Expand Up @@ -212,7 +212,7 @@ li.header dt {
.forabg & .list-inner {
margin: 0;
width: auto;
float: none;
/* float: none; */
}
}

Expand All @@ -222,7 +222,7 @@ li.header dd {
-moz-box-sizing: border-box;
box-sizing: border-box;
.forabg & {
display: none;
/* display: none; */
}
}

Expand Down

0 comments on commit 9ad250f

Please sign in to comment.