fix incorrect dark bg border-top on time gap

This commit is contained in:
Jeff Atwood 2015-08-21 16:57:19 -07:00
parent b8c88ed46c
commit 97ef32d5b5
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ $topic-avatar-width: 45px;
.small-action {
width: 755px;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
}
.posts-wrapper {