Optimize about pages for a lovely 960px semi-fluid grid. props helenyhou, fixes #19386.

git-svn-id: https://develop.svn.wordpress.org/trunk@19495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-30 21:19:39 +00:00
parent 8b90f3c7e5
commit 1e4740ae48
8 changed files with 97 additions and 64 deletions

View File

@@ -1374,24 +1374,33 @@ h2 .nav-tab {
.about-wrap .feature-section .left-feature {
margin-right: 0;
margin-left: 10%;
margin-left: 0;
}
.about-wrap .feature-section .right-feature {
margin-left: 0;
margin-right: 9%;
}
.about-wrap .feature-section.angled-left .left-feature,
.about-wrap .feature-section.angled-right .left-feature {
margin-right: 0;
margin-left: 3%;
}
.about-wrap .feature-section.angled-left .right-feature,
.about-wrap .feature-section.angled-right .right-feature {
.about-wrap .feature-section.text-features {
float: right;
}
.about-wrap .feature-section.screenshot-features {
float: left;
}
.about-wrap .feature-section.screenshot-features .angled-right {
margin-left: 0;
margin-right: 4%;
margin-right: 2.5em;
}
.about-wrap .feature-section.screenshot-features .angled-right p {
margin-left: 0;
margin-right: 290px;
}
.about-wrap .feature-section .angled-right img,
.about-wrap .feature-section .angled-left img {
margin-right: 0;
margin-left: 2em;
}
.about-wrap .feature-section.images-stagger-right .angled-left,
@@ -1399,10 +1408,6 @@ h2 .nav-tab {
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;