From a47a01d114c4579269840cac70fd50d6a077b0bf Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 1 Apr 2016 10:08:22 +0900 Subject: [PATCH] Remove old styling for DiscussionRenamedPost New title should now appear as bold. Refs #428. --- framework/core/less/forum/Post.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/framework/core/less/forum/Post.less b/framework/core/less/forum/Post.less index edd76588b..cd14e6483 100644 --- a/framework/core/less/forum/Post.less +++ b/framework/core/less/forum/Post.less @@ -224,16 +224,6 @@ font-size: 14px; } -.DiscussionRenamedPost { - &-old, &-new { - font-weight: normal; - font-style: italic; - } - .Button--more { - margin-left: 5px; - } -} - .Post-footer, .Post-actions { > ul { list-style-type: none;