mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove Helvetica Neue from the admin bar font stack. see #19145.
git-svn-id: https://develop.svn.wordpress.org/trunk@19221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
line-height: 1;
|
||||
font: normal 13px/28px "Helvetica Neue", sans-serif;
|
||||
font: normal 13px/28px sans-serif;
|
||||
color: #ccc;
|
||||
text-shadow: #444 0px -1px 0px;
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
#wpadminbar {
|
||||
direction: ltr;
|
||||
color: #ccc;
|
||||
font: normal 13px/28px "Helvetica Neue", sans-serif;
|
||||
font: normal 13px/28px sans-serif;
|
||||
height: 28px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@@ -382,7 +382,7 @@
|
||||
height: 23px;
|
||||
width: 140px;
|
||||
float: left;
|
||||
font: 13px "Helvetica Neue", sans-serif;
|
||||
font: 13px sans-serif;
|
||||
border: none;
|
||||
padding: 0 3px 0 24px;
|
||||
margin: 0 3px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user