remove Related to in inline, add it to Profile, spacing nits

This commit is contained in:
alisan617
2016-12-05 16:44:42 -05:00
committed by Brian Jacobel
parent ee3a58edea
commit f5936b36ae
7 changed files with 9 additions and 9 deletions

View File

@@ -202,10 +202,6 @@ body.discussion {
}
}
.responses li header {
margin-bottom: $baseline;
}
blockquote {
background: $gray-l5;
border-radius: $forum-border-radius;

View File

@@ -34,6 +34,10 @@
padding: 0;
font-size: $forum-base-font-size;
}
.response-count {
@include margin-right($baseline / 4);
}
}
.discussion-column {

View File

@@ -191,7 +191,7 @@
}
.thread-preview-body {
margin-top: $baseline / 4;
@include margin($baseline / 4, $baseline, 0, 0);
color: $forum-color-response-count;
font-size: $forum-small-font-size;
overflow: hidden;

View File

@@ -14,7 +14,7 @@
padding: 0 ($baseline/2);
.wrapper-post-header {
padding-bottom: 0;
padding-bottom: $baseline;
}
.post-header-content {