Fix about.php RTL issues and image vertical alignment. Props chexee. See #18742.

git-svn-id: https://develop.svn.wordpress.org/trunk@19422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2011-11-23 19:23:59 +00:00
parent e7dd8527a6
commit fd0985cd65
5 changed files with 13 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1377,6 +1377,15 @@ h2 .nav-tab {
margin-right: 5%;
}
.about-wrap .feature-section.images-stagger-right .angled-left,
.about-wrap .feature-section.images-stagger-left .angled-left {
float: left;
}
.about-wrap .feature-section.three-col img {
margin: 0.5em 0 1em 0;
}
.about-wrap li.wp-person,
.about-wrap li.wp-person img.gravatar {
float: right;

File diff suppressed because one or more lines are too long

View File

@ -4994,7 +4994,7 @@ input.button-highlighted,
.about-wrap .feature-section .feature-images {
width: 300px;
position: absolute;
margin-top: 0.5em;
margin-top: 1.1em;
}
.about-wrap .feature-section .feature-images img {
width: 250px;

View File

@ -433,7 +433,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111122e' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111123' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111119' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );