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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user