Twenty Fifteen: Add a transparent border to a link in the footer to avoid jumpiness on hover.

props iamtakashi.
fixes #30332.

git-svn-id: https://develop.svn.wordpress.org/trunk@30331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2014-11-13 12:41:09 +00:00
parent 2aac7ef27c
commit 103788b4ad
@@ -2412,6 +2412,7 @@ a.post-thumbnail:focus {
}
.site-info a {
border-bottom: 1px solid transparent;
color: #707070;
color: rgba(51, 51, 51, 0.7);
}