fixing up styling for category noscript view

v1.18.x
Julian Lam 12 years ago
parent f732ab4d5a
commit d86dd2fbdf

@ -29,8 +29,22 @@ noscript {
}
.teaser {
margin-left: 16px;
margin-top: 8px;
img {
float: left;
width: 32px;
}
p {
color: #666;
font-size: 13px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-left: 64px;
padding-top: 10px;
}
}
}

@ -6,7 +6,7 @@
<ul class="topics">
<!-- BEGIN topics -->
<li>
<a href="topic/{topics.slug}">{topics.title}</a>
<a href="../../topic/{topics.slug}">{topics.title} ({topics.post_count})</a>
<div class="teaser">
<img class="img-polaroid" src="../../graph/users/{topics.teaser_username}/picture" />
<p>

Loading…
Cancel
Save