Skip to content

Commit

Permalink
UX: de-emphasize time gaps a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed May 12, 2016
1 parent 6d2b85d commit ae52f44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/common/base/topic-post.scss
Expand Up @@ -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;
Expand Down

0 comments on commit ae52f44

Please sign in to comment.