mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
change fix for [quote] padding
This commit is contained in:
parent
dc6dd26b10
commit
f557f7eeb9
@ -683,9 +683,8 @@ blockquote > *:last-child {
|
|||||||
.title {
|
.title {
|
||||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||||
background-color: scale-color-diff();
|
background-color: scale-color-diff();
|
||||||
padding: 12px;
|
padding: 12px 12px 0 12px;
|
||||||
/* blockquote is underneath this and has top margin we need to absorb */
|
/* blockquote is underneath this and has top margin */
|
||||||
margin-bottom: -1.5em;
|
|
||||||
.avatar { margin-right: 7px; }
|
.avatar { margin-right: 7px; }
|
||||||
img { margin-top: -4px; }
|
img { margin-top: -4px; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user