From 3d0c46a0ea5e295469045fb251c92126040cfc07 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: http://core.svn.wordpress.org/trunk@23944 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; }