mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
hook nth-of-type to reply, not "row"
This commit is contained in:
parent
6656410c58
commit
0ab5388839
@ -438,7 +438,7 @@
|
|||||||
.embedded-posts {
|
.embedded-posts {
|
||||||
background-color: #e9e6e6;
|
background-color: #e9e6e6;
|
||||||
|
|
||||||
.row:nth-of-type(1) {
|
.reply:nth-of-type(1) {
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user