New section on Twitter Embeds on the about page. props georgestephanis, chexee, azaozz, SergeyBiryukov, jane. fixes #20796.

git-svn-id: https://develop.svn.wordpress.org/trunk@20977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-06-02 01:16:35 +00:00
parent 4aec27c666
commit ee3dfe0301
8 changed files with 62 additions and 13 deletions

View File

@@ -5076,7 +5076,7 @@ input.button-highlighted,
.about-wrap .feature-section img {
border: none;
margin: 0 0.7% 10px 0;
margin: 0 1.94% 10px 0;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@@ -5086,7 +5086,7 @@ input.button-highlighted,
}
.about-wrap .feature-section img.image-30 {
max-width: 32%;
max-width: 31.2381%;
}
.ie8 .about-wrap .feature-section img {
@@ -5123,6 +5123,22 @@ input.button-highlighted,
margin-right: 0;
}
.about-wrap .three-col-images {
text-align: center;
}
.about-wrap .three-col-images img {
margin: 0 0 10px;
}
.about-wrap .three-col-images .last-feature {
float: right;
}
.about-wrap .three-col-images .first-feature {
float: left;
}
.about-wrap .feature-section.images-stagger-right img {
float: right;
margin: 0 5px 12px 12px;