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:
parent
ffacf38c4c
commit
770fe882f2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue