Optimize about screen for 960px width. props chexee, fixes #19386.

git-svn-id: https://develop.svn.wordpress.org/trunk@19479 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-29 18:40:34 +00:00
parent e455e2691b
commit cb67dee04e
6 changed files with 15 additions and 13 deletions

View File

@@ -1385,13 +1385,13 @@ h2 .nav-tab {
.about-wrap .feature-section.angled-left .left-feature,
.about-wrap .feature-section.angled-right .left-feature {
margin-right: 0;
margin-left: 5%;
margin-left: 3%;
}
.about-wrap .feature-section.angled-left .right-feature,
.about-wrap .feature-section.angled-right .right-feature {
margin-left: 0;
margin-right: 5%;
margin-right: 4%;
}
.about-wrap .feature-section.images-stagger-right .angled-left,