UX: de-emphasize time gaps a bit

This commit is contained in:
Jeff Atwood 2016-05-12 16:13:30 -07:00
parent 6d2b85d5e5
commit ae52f445c9
1 changed files with 6 additions and 0 deletions

View File

@ -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;