Style updates to translators list on Credits page. see #18742.
git-svn-id: https://develop.svn.wordpress.org/trunk@19250 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
371bb1eb98
commit
26ed0186e0
@ -160,6 +160,7 @@ __( 'Core Contributors to WordPress %s' );
|
|||||||
__( 'Cofounder, Project Lead' );
|
__( 'Cofounder, Project Lead' );
|
||||||
__( 'Lead Developer' );
|
__( 'Lead Developer' );
|
||||||
__( 'User Experience Lead' );
|
__( 'User Experience Lead' );
|
||||||
|
__( 'Core Developer' );
|
||||||
__( 'Core Committer' );
|
__( 'Core Committer' );
|
||||||
__( 'Guest Committer' );
|
__( 'Guest Committer' );
|
||||||
__( 'Developer' );
|
__( 'Developer' );
|
||||||
@ -168,6 +169,5 @@ __( 'XML-RPC' );
|
|||||||
__( 'Internationalization' );
|
__( 'Internationalization' );
|
||||||
__( 'External Libraries' );
|
__( 'External Libraries' );
|
||||||
__( 'Icon Design' );
|
__( 'Icon Design' );
|
||||||
__( 'Blue Color Scheme' );
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
File diff suppressed because one or more lines are too long
@ -4923,9 +4923,13 @@ input.button-highlighted,
|
|||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
.about-wrap ul.compact li.wp-person {
|
.about-wrap ul.compact li.wp-person {
|
||||||
height: 40px;
|
height: auto;
|
||||||
width: auto;
|
width: 180px;
|
||||||
white-space: nowrap;
|
padding-bottom: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.about-wrap #wp-people-group-validators + p.wp-credits-list {
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.about-wrap li.wp-person a.web {
|
.about-wrap li.wp-person a.web {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -431,7 +431,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(), '20111110a' );
|
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111110b' );
|
||||||
|
|
||||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user