Merge pull request #2601 from awesomerobot/master

tiger striping on mobile categories
This commit is contained in:
Jeff Atwood 2014-07-28 23:10:37 -07:00
commit 7bc4ac3e61
2 changed files with 6 additions and 4 deletions

View File

@ -14,9 +14,9 @@
</td>
</tr>
{{/if}}
{{#each topics}}
<tr {{bind-attr class="archived"}}>
<tr class="category-topic-link" {{bind-attr class="archived"}}>
<td class='main-link'>
<div class='topic-inset'>
{{topic-status topic=this}}
@ -48,8 +48,8 @@
<td class='num posts'>{{number posts_count}}</td>
<td class='num age'><span class="{{cold-age-class created_at}}" title='{{raw-date created_at}}'>{{{age created_at}}}</span></td>
</tr>
{{/each}}
{{/each}}
{{#if subcategories}}
<tr>
<td>

View File

@ -81,7 +81,9 @@
// Category list
// --------------------------------------------------
tr.category-topic-link:nth-of-type(odd) {
background-color: darken($secondary, 3%) !important;
}
#topic-list.categories {
td.latest {