Remove Lucida Grande from the remaining font stacks. We should at least be consistent. props demetris, fixes #16298, see #8352.
git-svn-id: https://develop.svn.wordpress.org/trunk@17327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57571e6675
commit
01bf30c760
@ -28,7 +28,7 @@ function wpmu_activate_stylesheet() {
|
|||||||
#submit, #key { width: 90%; font-size: 24px; }
|
#submit, #key { width: 90%; font-size: 24px; }
|
||||||
#language { margin-top: .5em; }
|
#language { margin-top: .5em; }
|
||||||
.error { background: #f66; }
|
.error { background: #f66; }
|
||||||
span.h3 { padding:0 8px; font-size:1.3em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:700; color:#333333; }
|
span.h3 { padding: 0 8px; font-size: 1.3em; font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -108,7 +108,7 @@ kbd, code {
|
|||||||
.howto {
|
.howto {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
display: block;
|
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 {
|
p.install-help {
|
||||||
@ -735,7 +735,7 @@ form.upgrade .hint {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 6px 0 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;
|
background: #e3e3e3;
|
||||||
-moz-border-radius-bottomleft: 3px;
|
-moz-border-radius-bottomleft: 3px;
|
||||||
-moz-border-radius-bottomright: 3px;
|
-moz-border-radius-bottomright: 3px;
|
||||||
@ -1784,7 +1784,7 @@ ul.cat-checklist {
|
|||||||
.inline-edit-row .catshow,
|
.inline-edit-row .catshow,
|
||||||
.inline-edit-row .cathide,
|
.inline-edit-row .cathide,
|
||||||
.inline-edit-row #bulk-titles div {
|
.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-style: normal;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
@ -2662,7 +2662,7 @@ span.description,
|
|||||||
.form-wrap p {
|
.form-wrap p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-style: italic;
|
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 {
|
.form-wrap .form-field {
|
||||||
@ -3918,7 +3918,7 @@ input.button-highlighted,
|
|||||||
#utc-time, #local-time {
|
#utc-time, #local-time {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
font-style: italic;
|
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 {
|
.defaultavatarpicker .avatar {
|
||||||
|
@ -471,7 +471,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$no_suffix = array( 'farbtastic' );
|
||||||
|
|
||||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110114' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110119' );
|
||||||
|
|
||||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
Loading…
Reference in New Issue
Block a user