Twenty Fourteen: add underline style back to links in body text. Props iamtakashi, fixes #25307.

git-svn-id: https://develop.svn.wordpress.org/trunk@25501 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-09-19 17:37:05 +00:00
parent 9c45c7da75
commit 0c2365bb18

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,