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
This commit is contained in:
Lance Willett 2013-09-19 17:38:09 +00:00
parent ffacf38c4c
commit 770fe882f2

View File

@ -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,