mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -2360,11 +2360,11 @@ div.widgets-sortables,
|
||||
|
||||
.about-wrap .feature-section img {
|
||||
background: #fff;
|
||||
border-color: #dfdfdf;
|
||||
border: 1px #ccc solid;
|
||||
|
||||
-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
-webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
-moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
}
|
||||
|
||||
.about-wrap .point-releases {
|
||||
|
||||
@@ -1947,11 +1947,11 @@ div.widgets-sortables,
|
||||
|
||||
.about-wrap .feature-section img {
|
||||
background: #fff;
|
||||
border-color: #dfdfdf;
|
||||
border: 1px #ccc solid;
|
||||
|
||||
-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
-webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
|
||||
-moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
|
||||
}
|
||||
|
||||
.about-wrap h4.wp-people-group {
|
||||
|
||||
@@ -439,6 +439,15 @@ table.ie-fixed {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.about-wrap .three-col-images img {
|
||||
margin: 0 0.6% 10px;
|
||||
}
|
||||
|
||||
.about-wrap .three-col-images .last-feature,
|
||||
.about-wrap .three-col-images .first-feature {
|
||||
float: none;
|
||||
}
|
||||
|
||||
/* IE6 leftovers */
|
||||
* html .row-actions {
|
||||
visibility: visible;
|
||||
|
||||
@@ -1403,6 +1403,14 @@ h2 .nav-tab {
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.about-wrap .three-col-images .last-feature {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.about-wrap .three-col-images .first-feature {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.about-wrap .feature-section.three-col div {
|
||||
margin-right: 0;
|
||||
margin-left: 4.999999999%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user