From f79b2963fb183c7bd8123cffc771f5e8790a0913 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 4 Sep 2014 15:09:07 +1000 Subject: [PATCH] Revert "fixing alignment of unread post dot" This reverts commit 80f87e15d282d8eb3ff9c8c21ea03f19571cd78a. --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index b8a32c34a3e..bb5065d8775 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -1019,6 +1019,7 @@ span.highlighted { .read-state { color: scale-color($tertiary, $lightness: 50%); position: absolute; + right: -8px; top: 13px; font-size: 8px; }