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

View File

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

View File

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