Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -108,7 +108,7 @@ kbd, code {
|
||||
.howto {
|
||||
font-style: italic;
|
||||
display: block;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
}
|
||||
|
||||
p.install-help {
|
||||
@@ -735,7 +735,7 @@ form.upgrade .hint {
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
margin: 0 6px 0 0;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
background: #e3e3e3;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
@@ -1784,7 +1784,7 @@ ul.cat-checklist {
|
||||
.inline-edit-row .catshow,
|
||||
.inline-edit-row .cathide,
|
||||
.inline-edit-row #bulk-titles div {
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
@@ -2662,7 +2662,7 @@ span.description,
|
||||
.form-wrap p {
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
}
|
||||
|
||||
.form-wrap .form-field {
|
||||
@@ -3918,7 +3918,7 @@ input.button-highlighted,
|
||||
#utc-time, #local-time {
|
||||
padding-left: 25px;
|
||||
font-style: italic;
|
||||
font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
|
||||
}
|
||||
|
||||
.defaultavatarpicker .avatar {
|
||||
|
||||
Reference in New Issue
Block a user