Twenty Thirteen: change Genericon element display to inline-block to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045.

git-svn-id: https://develop.svn.wordpress.org/trunk@23966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-04-11 18:03:01 +00:00
parent acc50b7cb1
commit c25cac4dd6
2 changed files with 3 additions and 1 deletions

View File

@ -99,6 +99,7 @@ td {
.bypostauthor .fn:after,
.error404 .page-title:after {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 16px/1 Genericons;
vertical-align: text-bottom;
}
@ -748,7 +749,7 @@ div.nav-menu > ul {
padding-left: 376px;
padding-right: 60px;
}
ul.nav-menu,
div.nav-menu > ul {
margin-left: auto;

View File

@ -500,6 +500,7 @@ hr {
.bypostauthor .fn:before,
.error404 .page-title:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 16px/1 Genericons;
vertical-align: text-bottom;
}