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