category view starting to look like it should

v1.18.x
psychobunny 12 years ago
parent 4373037071
commit 316077fffb

@ -8,7 +8,6 @@
li {
list-style: none;
//border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
&.deleted {
@ -49,7 +48,7 @@
.topic-row {
border-radius: 5px;
padding-left: 20px;
padding: 5px 5px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.2);
small {
@ -107,9 +106,8 @@
height: 50px;
line-height: 16px;
margin-left: 1px;
padding: 5px;
padding: 2px 5px 5px 20px;
border-left: 1px solid #bbb;
padding-left: 20px;
img {
display: block;

@ -41,7 +41,7 @@
<div class="col-md-12 topic-row">
<div class="latest-post visible-lg visible-md">
<div class="pull-right">
<img style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" />
<img class="img-rounded" style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" />
<p><strong>{topics.teaser_username}</strong>: {topics.teaser_text}</p>
<span>posted {topics.teaser_timestamp} ago</span>
</div>

Loading…
Cancel
Save