Twenty Thirteen: Use the child selector when styling paragraphs in a status post. props celloexpressions, fixes #24676.
git-svn-id: http://core.svn.wordpress.org/trunk@24657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e08e451b01
commit
08314efe48
|
@ -514,7 +514,7 @@ img {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-format-status p:first-child:before {
|
.post-format-status > p:first-child:before {
|
||||||
background-color: rgba(0, 0, 0, 0.65);
|
background-color: rgba(0, 0, 0, 0.65);
|
||||||
content: "";
|
content: "";
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
|
|
@ -1736,7 +1736,7 @@ footer.entry-meta {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .format-status .entry-content p:first-child:before {
|
.sidebar .format-status .entry-content > p:first-child:before {
|
||||||
left: 64px;
|
left: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue