Merge pull request #3521 from techAPJ/patch-1

UX: show category badge underneath title in user stream
This commit is contained in:
Jeff Atwood 2015-06-03 00:11:33 -07:00
commit 327486a4bb
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<span class="title">
<a href="{{unbound item.postUrl}}">{{unbound item.title}}</a>
</span>
<span class="category">{{category-link item.category}}</span>
<div class="category">{{category-link item.category}}</div>
</div>
<p class='excerpt'>{{{unbound item.excerpt}}}</p>
{{#each child in item.children}}

View File

@ -402,9 +402,6 @@
.user-stream {
.category {
margin-left: 3px;
}
.excerpt {
margin: 5px 0;
font-size: 0.929em;