Commit b90c37df by Tom Giannattasio

added styles for blockquotes and lists within responses and comments

parent ac7562cc
......@@ -1485,17 +1485,31 @@ body.discussion {
}
}
blockquote {
background: #f6f6f6;
border-radius: 3px;
padding: 5px 10px;
font-size: 14px;
}
.comments {
list-style: none;
margin-top: 20px;
padding: 0;
border-top: 1px solid #ddd;
li {
> li {
background: #f6f6f6;
border-bottom: 1px solid #ddd;
}
blockquote {
background: #e6e6e6;
border-radius: 3px;
padding: 5px 10px;
font-size: 14px;
}
.comment-form {
background: #eee;
@include clearfix;
......@@ -1519,7 +1533,6 @@ body.discussion {
.discussion-errors {
margin: 0px;
}
}
.response-body {
......
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