Twenty Fourteen: Adjust spacing for menu toggle button to avoid overflowing accented characters.
Broken in [28698]. props schoenwaldnils. fixes #27456. git-svn-id: https://develop.svn.wordpress.org/trunk@28756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ed4a159498
commit
87f306aa81
@ -1021,7 +1021,7 @@ span + .edit-link:before,
|
||||
.menu-toggle:before {
|
||||
color: #fff;
|
||||
content: "\f419";
|
||||
padding: 15px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.menu-toggle:active,
|
||||
@ -1386,7 +1386,7 @@ a.post-thumbnail:hover {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: '\f452';
|
||||
display: inline-block;
|
||||
font: normal 48px/1 Genericons;
|
||||
font: normal 48px/1 Genericons;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user