mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
2fe90e6312
commit
280744f555
@ -99,6 +99,7 @@ td {
|
|||||||
.bypostauthor .fn:after,
|
.bypostauthor .fn:after,
|
||||||
.error404 .page-title:after {
|
.error404 .page-title:after {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
display: inline-block;
|
||||||
font: normal 16px/1 Genericons;
|
font: normal 16px/1 Genericons;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
@ -748,7 +749,7 @@ div.nav-menu > ul {
|
|||||||
padding-left: 376px;
|
padding-left: 376px;
|
||||||
padding-right: 60px;
|
padding-right: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.nav-menu,
|
ul.nav-menu,
|
||||||
div.nav-menu > ul {
|
div.nav-menu > ul {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -500,6 +500,7 @@ hr {
|
|||||||
.bypostauthor .fn:before,
|
.bypostauthor .fn:before,
|
||||||
.error404 .page-title:before {
|
.error404 .page-title:before {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
display: inline-block;
|
||||||
font: normal 16px/1 Genericons;
|
font: normal 16px/1 Genericons;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user