Commit b90c37df by Tom Giannattasio

added styles for blockquotes and lists within responses and comments

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