About: Third pass at 4.3 about page:

* Improves some of the feature descriptions.
* Uses .org CDN for images and feature video.
* Fixes an overzealous Jetpack style that adds unwanted padding.
* Uses more specific `WP_List_Table` header.
* Adds 4.3 tagline to freedoms and credit page.
* Adds infrastructure for 4.3 about video. Only the ID needs to be updated.
* Makes all strings translatable.

Props siobhan, adamsilverstein, melchoyce, ocean90, markjaquith, helen, obenland.
Fixes #32929.


Built from https://develop.svn.wordpress.org/trunk@33613


git-svn-id: http://core.svn.wordpress.org/trunk@33580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland
2015-08-13 22:11:35 +00:00
parent 4a1f50f732
commit 35f8b77882
8 changed files with 52 additions and 37 deletions

View File

@@ -42,6 +42,10 @@
vertical-align: middle;
}
.about-wrap .jetpack-video-wrapper {
margin-bottom: 0;
}
/* WordPress Version Badge */
.wp-badge {
@@ -117,6 +121,7 @@
.about-wrap code,
.about-wrap ol li p {
font-size: 14px;
font-weight: normal;
}
.about-wrap .about-description,
@@ -207,7 +212,7 @@
.about-wrap .feature-video {
position: relative;
margin: 40px 0;
/*padding-bottom: 56.25%; /* video is 1280 x 720 */
padding-bottom: 56.25%; /* video is 1280 x 720 */
width: 100%;
height: 0;
text-align: center;