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: http://core.svn.wordpress.org/trunk@23966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-04-11 18:03:01 +00:00
parent 2fe90e6312
commit 280744f555
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;
}