diff --git a/less/style.less b/less/style.less index 2d4d5c3..8cee0f8 100644 --- a/less/style.less +++ b/less/style.less @@ -234,3 +234,13 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { .footer { margin-top: 1em; } + +a.permalink { + &, + &:hover, + &:focus, + &:active { + color: @gray-light; + text-decoration: underline; + } +} \ No newline at end of file diff --git a/less/topic.less b/less/topic.less index b586328..b065a8e 100644 --- a/less/topic.less +++ b/less/topic.less @@ -205,16 +205,6 @@ 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/categories/lastpost.tpl b/templates/partials/categories/lastpost.tpl index eedf3cd..d7fffa7 100644 --- a/templates/partials/categories/lastpost.tpl +++ b/templates/partials/categories/lastpost.tpl @@ -3,7 +3,7 @@
{categories.posts.user.username} - +
diff --git a/templates/partials/category/subcategory.tpl b/templates/partials/category/subcategory.tpl index 5da419d..4545c7f 100644 --- a/templates/partials/category/subcategory.tpl +++ b/templates/partials/category/subcategory.tpl @@ -38,7 +38,7 @@{children.posts.user.username} - +
diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 7cb4864..12e148f 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -60,7 +60,7 @@{topics.teaser.user.username} - +