Help/About: Update the About page for 6.6.
Introducing the new content for the 6.6 About page. This release, the About page will have just the highlights for 6.6, and link off to the release page on WordPress.org for the full overview. See #61320, https://github.com/WordPress/gutenberg/issues/62631. Props ryelle, andrewserong, annezazu, joen, beafialho, richtabor, kristastevens, marybaum, cbringmann, DanSoschin, youknowriad. Built from https://develop.svn.wordpress.org/trunk@58568 git-svn-id: http://core.svn.wordpress.org/trunk@58016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -341,7 +341,8 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.about__section.is-feature .column {
|
||||
.about__section.is-feature .column,
|
||||
.about__section .is-section-header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -379,7 +380,7 @@
|
||||
.about__container h2,
|
||||
.about__container h3.is-larger-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.16;
|
||||
@@ -389,6 +390,7 @@
|
||||
.about__container h1.is-smaller-heading,
|
||||
.about__container h2.is-smaller-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 1.625rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
@@ -448,6 +450,10 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a.button.button-hero {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.about__container ul {
|
||||
list-style: disc;
|
||||
margin-right: calc(var(--gap) / 2);
|
||||
@@ -489,7 +495,7 @@
|
||||
}
|
||||
|
||||
.about__container .about__image + h3 {
|
||||
margin-top: 1.5em;
|
||||
margin-top: calc(0.75 * var(--gap));
|
||||
}
|
||||
|
||||
.about__container hr {
|
||||
@@ -508,6 +514,10 @@
|
||||
margin: var(--gap) auto;
|
||||
}
|
||||
|
||||
.about__container hr.is-invisible {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.about__container div.updated,
|
||||
.about__container div.error,
|
||||
.about__container .notice {
|
||||
|
||||
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -340,7 +340,8 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.about__section.is-feature .column {
|
||||
.about__section.is-feature .column,
|
||||
.about__section .is-section-header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -378,7 +379,7 @@
|
||||
.about__container h2,
|
||||
.about__container h3.is-larger-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.16;
|
||||
@@ -388,6 +389,7 @@
|
||||
.about__container h1.is-smaller-heading,
|
||||
.about__container h2.is-smaller-heading {
|
||||
margin-top: 0;
|
||||
margin-bottom: calc(0.5 * var(--gap));
|
||||
font-size: 1.625rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
@@ -447,6 +449,10 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.about__section a.button.button-hero {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.about__container ul {
|
||||
list-style: disc;
|
||||
margin-left: calc(var(--gap) / 2);
|
||||
@@ -488,7 +494,7 @@
|
||||
}
|
||||
|
||||
.about__container .about__image + h3 {
|
||||
margin-top: 1.5em;
|
||||
margin-top: calc(0.75 * var(--gap));
|
||||
}
|
||||
|
||||
.about__container hr {
|
||||
@@ -507,6 +513,10 @@
|
||||
margin: var(--gap) auto;
|
||||
}
|
||||
|
||||
.about__container hr.is-invisible {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.about__container div.updated,
|
||||
.about__container div.error,
|
||||
.about__container .notice {
|
||||
|
||||
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user