From c8338c0056d96813f8686a2362b08f60da5ced9c Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 5 Aug 2012 20:21:07 +0000 Subject: [PATCH] Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377. git-svn-id: https://develop.svn.wordpress.org/trunk@21427 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 33ab8b4534..335049e3cf 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1441,6 +1441,9 @@ label ~ span.required { footer a[rel=bookmark]:visited:after { content: " [" attr(href) "] "; /* Show URLs */ } + a { + text-decoration: none; + } .entry-content img, .comment-content img, #author-avatar img, @@ -1512,7 +1515,9 @@ label ~ span.required { .singular .entry-title { font-size: 21pt; } - .entry-meta { + footer.entry-meta, + footer.entry-meta a { + color: #444; font-size: 10pt; } #author-description {