simplify mobile category page
This commit is contained in:
parent
8781f7855e
commit
23d6fd68e5
|
@ -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}}
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue