mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
change fix for [quote] padding
This commit is contained in:
parent
dc6dd26b10
commit
f557f7eeb9
1 changed files with 2 additions and 3 deletions
|
@ -683,9 +683,8 @@ blockquote > *:last-child {
|
|||
.title {
|
||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||
background-color: scale-color-diff();
|
||||
padding: 12px;
|
||||
/* blockquote is underneath this and has top margin we need to absorb */
|
||||
margin-bottom: -1.5em;
|
||||
padding: 12px 12px 0 12px;
|
||||
/* blockquote is underneath this and has top margin */
|
||||
.avatar { margin-right: 7px; }
|
||||
img { margin-top: -4px; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue