FIX: Double hairline in `time-gap`s on mobile

This commit is contained in:
Robin Ward 2016-02-11 14:59:07 -05:00
parent c364d08113
commit 1d54ba260a
1 changed files with 4 additions and 8 deletions

View File

@ -3,15 +3,14 @@
}
.time-gap {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
border-top: 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;
}
}
.small-action.time-gap .topic-avatar {
margin-top: 5px;
}
.topic-post {
@ -526,9 +525,6 @@ span.highlighted {
margin: 0;
}
.small-action.time-gap .topic-avatar {
margin-top: -5px;
}
.gap.jagged-border {
margin-left: -10px;