From 4c8944626ac661b6a24d01529227a5f636419940 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 29 Oct 2013 00:37:18 -0400 Subject: [PATCH] making post-info text brighter, making category nav dropdown text smaller and bold --- app/assets/stylesheets/desktop/topic-list.scss | 9 ++++++--- app/assets/stylesheets/desktop/topic.scss | 3 --- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index dcf0d1d4ff1..20c91896144 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -27,7 +27,7 @@ } } - + .badge-category { font-weight: normal; @@ -445,10 +445,13 @@ ol.category-breadcrumb { z-index: 100; margin-top: 30px; - .badge-category { + a.badge-category { font-size: 13px; - line-height: 26px; + font-weight: bold; + padding: 4px 6px; float: none; + line-height: 19px; + text-transform: none; } diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 72579c75f85..d7706e9c389 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -10,11 +10,8 @@ .post-actions { - color: #bbb; clear: both; - padding-right: 10px; text-align: right; - a {color: #bbb;} .post-action { display: inline-block; margin-left: 10px;