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:
Andrew Nacin 2013-07-11 01:01:38 +00:00
parent 8f7c8150d1
commit b018ab15f1
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
} }