From 770fe882f2d3a75c0c86b9c56b90ba29d5f4d141 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 19 Sep 2013 17:38:09 +0000 Subject: [PATCH] Twenty Fourteen: add underline style back to links in body text. Props iamtakashi, fixes #25307. Built from https://develop.svn.wordpress.org/trunk@25501 git-svn-id: http://core.svn.wordpress.org/trunk@25422 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index baf492bf3e..c54603df32 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -963,7 +963,9 @@ span + .edit-link:before, z-index: 2; } .entry-content a, -.page-content a, { +.page-content a, +.entry-summary a, +.comment-content a { text-decoration: underline; } .entry-content table,