From d902afb04bb40b6ca16dcc3d26c96e43dea069be Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 13 Mar 2013 17:14:00 +0000 Subject: [PATCH] Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550. git-svn-id: http://core.svn.wordpress.org/trunk@23687 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index e1a6abf868..ac4d208939 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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%;