From 23d6fd68e5c1b3ede5a0ecc3403771fb78103c44 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 20 Jul 2014 01:02:59 -0700 Subject: [PATCH] simplify mobile category page --- .../mobile/discovery/categories.js.handlebars | 2 -- app/assets/stylesheets/mobile/topic-list.scss | 14 -------------- 2 files changed, 16 deletions(-) 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;}