Merge pull request #5067 from edx/gprice/forum-nav-header-width

Cosmetic fixes for forums
This commit is contained in:
Greg Price
2014-09-03 16:59:18 -04:00
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
@include box-sizing(border-box);
display: table;
border-bottom: 1px solid $gray-l2;
width: 100%;
background-color: $gray-l3;
}

View File

@@ -32,6 +32,10 @@ body.discussion, .discussion-module {
@extend %t-weight5;
}
.posted-details .username {
font-size: inherit;
}
.response-header-content {
display: inline-block;
vertical-align: top;