Merge "Improve comment styling"

This commit is contained in:
Jenkins 2015-11-14 16:41:45 +00:00 committed by Gerrit Code Review
commit 689bb53dbc

View File

@ -26,10 +26,6 @@
}
.discussion-comment {
* {
margin: 0px;
}
.discussion-comment-author {
border-top: 1px solid @table-border-color;
background-color: @gray-lighter;
@ -39,6 +35,13 @@
> insert-markdown > div, > p {
padding: @table-cell-padding;
padding-bottom: 0px;
margin: 0 10px;
> blockquote {
margin: 0 0 10px;
font-size: 14px;
color: #555;
}
}
}