From fcc607c1b29b1920cf38539f6913c4a5a382fe53 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 9 Apr 2013 21:39:19 +0000 Subject: [PATCH] Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962. git-svn-id: https://develop.svn.wordpress.org/trunk@23944 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index a29caeac08..00f94c0f18 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1082,10 +1082,6 @@ ul.nav-menu li:hover > ul, font-size: 14px; } -.entry-meta span.tags-links { - color: #f94a0a; -} - .entry-meta a { color: #bc360a; } @@ -1535,8 +1531,7 @@ footer.entry-meta { } .format-chat .entry-meta a, -.format-chat .entry-content a, -.format-chat span.tags-links { +.format-chat .entry-content a { color: #722d19; } @@ -1581,8 +1576,7 @@ footer.entry-meta { } .format-gallery .entry-meta a, -.format-gallery .entry-content a, -.format-gallery span.tags-links { +.format-gallery .entry-content a { color: #722d19; } @@ -3269,8 +3263,7 @@ footer.entry-meta { } .entry-meta, - .entry-meta a, - .entry-meta span.tags-links { + .entry-meta a { color: #444; font-size: 10pt; }