Twenty Fourteen: link hover improvements, props sabreuse. See #25054.
Built from https://develop.svn.wordpress.org/trunk@25803 git-svn-id: http://core.svn.wordpress.org/trunk@25715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f98e6f60fb
commit
6a3e7ff614
|
@ -1340,6 +1340,13 @@ span + .edit-link:before,
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.entry-content a:hover,
|
||||
.page-content a:hover,
|
||||
.entry-summary a:hover,
|
||||
.comment-content a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.entry-content table,
|
||||
.comment-content table {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in New Issue