diff --git a/less/topic.less b/less/topic.less index 276923b..56693d9 100644 --- a/less/topic.less +++ b/less/topic.less @@ -22,14 +22,8 @@ > span { text-transform: uppercase; color: @gray-light; - font-size: 12px; display: inline-block; margin-top: 8px; - - > span { - vertical-align: middle; - margin-right: 8px; - } } .topic-title { @@ -38,8 +32,7 @@ } [component="topic/labels"] { - vertical-align: -3px; - font-size: 16px; + font-size: 20px; color: @text-muted; } @@ -149,12 +142,6 @@ .transition(0.75s ease-in-out opacity); } - [component="post/header"] { - .fa { - margin-top: 7px; - } - } - [component="post/anchor"] { position: relative; top: -@post-padding; diff --git a/templates/topic.tpl b/templates/topic.tpl index d85804f..1f8dbb5 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -7,17 +7,18 @@