Twenty Thirteen: Use the child selector when styling paragraphs in a status post. props celloexpressions, fixes #24676.
git-svn-id: https://develop.svn.wordpress.org/trunk@24657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8f7c8150d1
commit
b018ab15f1
@ -514,7 +514,7 @@ img {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.post-format-status p:first-child:before {
|
||||
.post-format-status > p:first-child:before {
|
||||
background-color: rgba(0, 0, 0, 0.65);
|
||||
content: "";
|
||||
height: 3px;
|
||||
|
@ -1736,7 +1736,7 @@ footer.entry-meta {
|
||||
width: 13px;
|
||||
}
|
||||
|
||||
.sidebar .format-status .entry-content p:first-child:before {
|
||||
.sidebar .format-status .entry-content > p:first-child:before {
|
||||
left: 64px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user