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;