match time gap styling for mobile/desktop

This commit is contained in:
Jeff Atwood 2015-06-19 23:08:49 -07:00
parent fd40d4d1ed
commit ca42d00883
1 changed files with 2 additions and 1 deletions

View File

@ -7,11 +7,12 @@
}
.time-gap {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
color: lighten($primary, 50%);
padding-bottom: 3px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: bold;
.topic-avatar {
margin: 0 5px 0 10px;
}