fix p:last-of-type on embed topic blockquotes
This commit is contained in:
parent
1e8e2590cf
commit
8714391bb2
|
@ -31,6 +31,9 @@ article.post {
|
|||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
p:last-of-type {
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-date {
|
||||
|
|
Loading…
Reference in New Issue