About Page: Second pass for 4.6.

* Update images for native fonts and editor features.
* Add video animation with image fallback for update feature. 
* Rename "Simplified Disaster Recovery" to "Content Recovery".
* Fix broken layout on credits and freedoms pages.

Props hugobaeta, SergeyBiryukov, ocean90.
Fixes #37590.
See #37246.

git-svn-id: https://develop.svn.wordpress.org/trunk@38213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling
2016-08-07 12:47:52 +00:00
parent e914c3fb17
commit eb55b21131
2 changed files with 60 additions and 17 deletions
+15 -8
View File
@@ -90,17 +90,14 @@
.about-wrap p {
line-height: 1.5;
font-size: 14px;
}
.about-wrap .feature-section p {
max-width: 38em;
margin-left: auto;
margin-right: auto;
}
.about-wrap .changelog p {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.about-wrap h1 {
margin: 0.2em 200px 0 0;
padding: 0;
@@ -201,6 +198,14 @@
margin-top: 3em;
}
.about-wrap .feature-video .mejs-controls {
display: none !important;
}
.about-wrap .feature-video .mejs-overlay-loading span {
background: transparent; /* Hide loading.gif */
}
/* 1.3 - Point Releases */
.about-wrap .point-releases {
@@ -474,11 +479,13 @@
padding-bottom: 0;
}
.about-wrap .under-the-hood:nth-of-type(2n) {
.about-wrap .under-the-hood:nth-of-type(2n),
.about-wrap .under-the-hood:nth-of-type(3n) {
margin-top: 0;
}
.about-wrap .under-the-hood:nth-of-type(2n) h4 {
.about-wrap .under-the-hood:nth-of-type(2n) h3,
.about-wrap .under-the-hood:nth-of-type(3n) h3 {
margin-top: 0;
}
}