mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
fix p:last-of-type on embed topic blockquotes
This commit is contained in:
parent
1e8e2590cf
commit
8714391bb2
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ article.post {
|
||||||
p {
|
p {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
p:last-of-type {
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-date {
|
.post-date {
|
||||||
|
|
Loading…
Reference in a new issue