Remove posts icon and make post count bold in mobile topic lists

This commit is contained in:
Neil Lalonde 2013-09-19 16:24:46 -07:00
parent 01180e78cc
commit 95257a192a
2 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</div>
<div class="pull-right">
<div class='num posts'><a href="{{lastUnreadUrl}}"><i class="icon icon-comments"></i> {{number posts_count numberKey="posts_long"}}</a></div>
<div class='num posts'><a href="{{lastUnreadUrl}}">{{number posts_count numberKey="posts_long"}}</a></div>
{{#if like_count}}
<div class='num likes'><a href='{{url}}{{#if has_best_of}}?filter=best_of{{/if}}' title='{{i18n topic.likes count="like_count"}}'><i class='icon-heart'></i> {{number like_count numberKey="likes_long"}}</a></div>

View File

@ -146,6 +146,9 @@
float: left;
margin-right: 8px;
}
.posts {
font-weight: bold;
}
}
.num {