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:
Lance Willett 2013-10-15 23:37:10 +00:00
parent f98e6f60fb
commit 6a3e7ff614

View File

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