Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550.
git-svn-id: https://develop.svn.wordpress.org/trunk@23687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7e33770010
commit
dc52b692e8
@ -1731,7 +1731,7 @@ footer.entry-meta {
|
||||
.format-status .entry-meta:before {
|
||||
background: url(images/dotted-line.png) repeat-y left bottom;
|
||||
background-size: 4px 4px;
|
||||
content: normal;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
@ -1767,7 +1767,7 @@ footer.entry-meta {
|
||||
|
||||
.format-status .entry-content p:first-child:before {
|
||||
background-color: rgba(0, 0, 0, 0.65);
|
||||
content: normal;
|
||||
content: "";
|
||||
height: 3px;
|
||||
margin-top: 13px;
|
||||
position: absolute;
|
||||
@ -2248,7 +2248,7 @@ footer.entry-meta {
|
||||
.comment-list .children > li:before {
|
||||
background: url(images/dotted-line.png) repeat left top;
|
||||
background-size: 4px 4px;
|
||||
content: normal;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user