RTL fixes for the about page. Props helenyhou, SergeyBiryukov. fixes #19477
git-svn-id: http://svn.automattic.com/wordpress/trunk@19575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
247dc83ecb
commit
fc5c8d52d4
File diff suppressed because one or more lines are too long
|
@ -1400,13 +1400,52 @@ h2 .nav-tab {
|
|||
.about-wrap .feature-section .angled-right img,
|
||||
.about-wrap .feature-section .angled-left img {
|
||||
margin-right: 0;
|
||||
margin-left: 2em;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.images-stagger-right .angled-left,
|
||||
.about-wrap .feature-section.three-col div {
|
||||
margin-right: 0;
|
||||
margin-left: 4.999999999%;
|
||||
float: right;
|
||||
}
|
||||
.about-wrap .feature-section.three-col h4 {
|
||||
text-align: right;
|
||||
}
|
||||
.about-wrap .feature-section.three-col img {
|
||||
margin-right: 5px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.about-wrap .feature-section.three-col .last-feature {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section .feature-images img {
|
||||
margin-right: auto;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.about-wrap .feature-section.images-stagger-left .angled-left {
|
||||
margin-left: auto;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.about-wrap .feature-section .angled-right {
|
||||
float: left;
|
||||
}
|
||||
.about-wrap .feature-section.images-stagger-right .feature-images {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
.about-wrap .feature-section.images-stagger-left .feature-images {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.about-wrap .feature-section.images-stagger-right .left-feature {
|
||||
margin-right: 0;
|
||||
margin-left: 350px;
|
||||
}
|
||||
.about-wrap .feature-section.images-stagger-left .right-feature {
|
||||
margin-left: 0;
|
||||
margin-right: 350px;
|
||||
}
|
||||
|
||||
.about-wrap li.wp-person,
|
||||
.about-wrap li.wp-person img.gravatar {
|
||||
|
|
|
@ -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(), '20111205' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111208' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue