Commit a8d07780 by Greg Price

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

Cosmetic fixes for forums
parents 7acab41f d303041c
......@@ -17,6 +17,7 @@
@include box-sizing(border-box);
display: table;
border-bottom: 1px solid $gray-l2;
width: 100%;
background-color: $gray-l3;
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment