From c29fce142aa1d5e38eb1b6171f4b94cb99e934c0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 19 May 2015 16:28:01 -0700 Subject: [PATCH] remove tiger striping from mobile categories page --- app/assets/stylesheets/mobile/discourse.scss | 3 +-- app/assets/stylesheets/mobile/topic-list.scss | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 4228a81ff8e..729896c9673 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -19,7 +19,7 @@ body { } #main { position: relative; - + img.avatar { &.header { width: 45px; @@ -62,7 +62,6 @@ blockquote { vertical-align: middle; .topic-status { i { - font-size: 1.429em; color: dark-light-diff($secondary, $primary, 40%, -20%); } } diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 15920f147ff..f9de753246f 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -77,8 +77,9 @@ // Category list // -------------------------------------------------- -tr.category-topic-link:nth-of-type(odd) { - background-color: darken($secondary, 3%) !important; +tr.category-topic-link { + border-top: darken($secondary, 3%); + border-bottom: darken($secondary, 3%); } .topic-list.categories {