From d7049916097a696c6280e14aad55a8f7dee125d7 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 20 Jun 2014 10:22:55 -0400 Subject: [PATCH] FIX: subcategory badge styling problems --- app/assets/stylesheets/common/base/header.scss | 2 +- app/assets/stylesheets/mobile/topic-list.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 6420fb4d90c..5101c28b508 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -154,7 +154,7 @@ margin: 0; list-style: none; } - li { + li:not(.category) { font-size: 13px; line-height: 16px; .fa { diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 65c04179c9a..4c706f2e4b4 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -136,7 +136,7 @@ float: left; margin-right: 14px; } - .fa { + .num .fa { color: scale-color($primary, $lightness: 50%); } .fa-heart{ @@ -233,7 +233,6 @@ background-color: $secondary; } .badge-category { - float: left; margin: 1px 4px 0 0; } .posters {