mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user