From a970f49274ae2fd45d6a085dd7ef20b705c33e9a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 12:21:39 -0400 Subject: [PATCH] closes #35 --- less/topic.less | 10 ++++++++++ templates/partials/topic/post.tpl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index 9126b62..b38a7a9 100644 --- a/less/topic.less +++ b/less/topic.less @@ -197,6 +197,16 @@ border-color: darken(@brand-info, 20%); box-shadow: 0px 0px 1px @brand-info; } + + .permalink { + &, + &:hover, + &:focus, + &:active { + color: @gray-light; + text-decoration: underline; + } + } } .content { diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 8ffc56f..91ca56b 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -16,7 +16,7 @@ - [[global:posted_ago, ]] + [[global:posted_ago, ]] • [[global:last_edited_by_ago, {posts.editor.username}, ]]