mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
fix blockquote as first element in post
This commit is contained in:
parent
90d7718103
commit
5eef1e0b59
2 changed files with 6 additions and 2 deletions
|
@ -664,7 +664,9 @@ iframe {
|
||||||
|
|
||||||
|
|
||||||
blockquote { /* solo quotes */
|
blockquote { /* solo quotes */
|
||||||
margin: 0;
|
/* inherit only the default top and bottom margins here */
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
a.mention {background: darken(scale-color-diff(), 10%);}
|
a.mention {background: darken(scale-color-diff(), 10%);}
|
||||||
|
|
|
@ -474,7 +474,9 @@ span.btn-text {display: none;}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
clear:both;
|
clear:both;
|
||||||
margin: 0;
|
/* leave browser defaults for top and bottom here */
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-controls {
|
.quote-controls {
|
||||||
|
|
Loading…
Reference in a new issue