From ae52f445c9c4da0e31d5d89c4425f57b21ed20e1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 12 May 2016 16:13:30 -0700 Subject: [PATCH] UX: de-emphasize time gaps a bit --- app/assets/stylesheets/common/base/topic-post.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index bd99f04ac82..bc662219750 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -341,6 +341,12 @@ table.md-table { clear: both; } +/* hide the reply border above the time gap notices */ +.time-gap + .topic-post .topic-body, +.time-gap + .topic-post .topic-avatar { + border-top: none; +} + .whisper { .post-info.whisper { margin-left: 0.5em;