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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-11-23 19:23:59 +00:00
parent 388986f5b0
commit 5a84496f20
5 changed files with 13 additions and 4 deletions

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;