Twenty Fourteen: link hover improvements, props sabreuse. See #25054.

git-svn-id: https://develop.svn.wordpress.org/trunk@25803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-15 23:36:38 +00:00
parent 2c88403c32
commit a88661e498
1 changed files with 7 additions and 0 deletions

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;