simplify mobile category page

This commit is contained in:
Jeff Atwood 2014-07-20 01:02:59 -07:00
parent 8781f7855e
commit 23d6fd68e5
2 changed files with 0 additions and 16 deletions

View File

@ -5,8 +5,6 @@
<th class="main-link">
{{category-link this allowUncategorized=true}}
</th>
<th class='num'>{{i18n posts}}</th>
<th class='num'>{{i18n age}}</th>
</tr>
{{#if description_excerpt}}

View File

@ -32,20 +32,6 @@
td {
padding: 7px 5px;
color: scale-color($primary, $lightness: 50%);
&:first-of-type {
padding-left: 5px;
}
&:last-of-type {
padding-right: 5px;
}
}
th {
&:first-of-type {
@include border-radius-all(4px 0 0 0);
}
&:last-of-type {
@include border-radius-all(0 4px 0 0);
}
}
a.title {color: $primary;}