diff --git a/app/assets/javascripts/discourse/templates/mobile/discovery/categories.js.handlebars b/app/assets/javascripts/discourse/templates/mobile/discovery/categories.js.handlebars
index 02096396860..22c12847472 100644
--- a/app/assets/javascripts/discourse/templates/mobile/discovery/categories.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/mobile/discovery/categories.js.handlebars
@@ -5,8 +5,6 @@
{{category-link this allowUncategorized=true}}
|
- {{i18n posts}} |
- {{i18n age}} |
{{#if description_excerpt}}
diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss
index b2f82f8daf0..0343978a9be 100644
--- a/app/assets/stylesheets/mobile/topic-list.scss
+++ b/app/assets/stylesheets/mobile/topic-list.scss
@@ -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;}