Merge pull request #2016 from awesomerobot/master

removing background gap on topic closures
This commit is contained in:
Jeff Atwood 2014-02-26 14:37:26 -08:00
commit 534dadf1be
1 changed files with 2 additions and 1 deletions

View File

@ -558,6 +558,7 @@ iframe {
.moderator { .moderator {
.topic-body { .topic-body {
background-color: $highlight_background_color; background-color: $highlight_background_color;
border-bottom: 10px solid $highlight_background_color;
} }
} }
@ -630,7 +631,7 @@ position: relative;
.user-title { .user-title {
margin-top: 8px; margin-top: 5px;
color: $secondary_text_color; color: $secondary_text_color;
overflow: hidden; overflow: hidden;
font-size: 80%; font-size: 80%;