Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
</div>
<div class="column is-vertically-aligned-center is-right-padding-zero">
<div class="about__image">
<img src="https://s.w.org/images/core/7.1/about-feature-01.webp?ver=20260810" alt="" height="900" width="900" />
<img src="https://s.w.org/images/core/7.1/about-feature-01.webp?ver=20260814" alt="" height="900" width="900" />
</div>
</div>
</div>

<div class="about__section has-2-columns">
<div class="column is-vertically-aligned-center is-left-padding-zero">
<div class="about__image">
<img src="https://s.w.org/images/core/7.1/about-feature-02.webp?ver=20260810" alt="" height="436" width="436" />
<img src="https://s.w.org/images/core/7.1/about-feature-02.webp?ver=20260814" alt="" height="900" width="900" />
</div>
</div>
<div class="column is-vertically-aligned-center is-right-padding-zero">
Expand All @@ -105,15 +105,15 @@
</div>
<div class="column is-vertically-aligned-center is-right-padding-zero">
<div class="about__image">
<img src="https://s.w.org/images/core/7.1/about-feature-03.webp?ver=20260810" alt="" height="436" width="436" />
<img src="https://s.w.org/images/core/7.1/about-feature-03.webp?ver=20260814" alt="" height="900" width="900" />
</div>
</div>
</div>

<div class="about__section has-2-columns">
<div class="column is-vertically-aligned-center is-left-padding-zero">
<div class="about__image">
<img src="https://s.w.org/images/core/7.1/about-feature-04.webp?ver=20260810" alt="" height="436" width="436" />
<img src="https://s.w.org/images/core/7.1/about-feature-04.webp?ver=20260814" alt="" height="900" width="900" />
</div>
</div>
<div class="column is-vertically-aligned-center is-right-padding-zero">
Expand Down
20 changes: 10 additions & 10 deletions src/wp-admin/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
padding-right: 26rem; /* Space for the background image. */
min-height: clamp(10rem, 25vw, 18.75rem);
border-radius: var(--border-radius);
background-image: url(https://s.w.org/images/core/7.1/about-header-default.webp?ver=20260804);
background-image: url(../images/about-header-default.svg?ver=7.1);
background-repeat: no-repeat;
background-position: right center;
background-size: cover;
Expand All @@ -613,39 +613,39 @@
}

.credits-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-credits.webp?ver=20260804);
background-image: url(../images/about-header-credits.svg?ver=7.1);
}

.freedoms-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-freedoms.webp?ver=20260804);
background-image: url(../images/about-header-freedoms.svg?ver=7.1);
}

.privacy-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-privacy.webp?ver=20260804);
background-image: url(../images/about-header-privacy.svg?ver=7.1);
}

.contribute-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-get-involved.webp?ver=20260804);
background-image: url(../images/about-header-get-involved.svg?ver=7.1);
}

[dir="rtl"] .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-default-rtl.webp?ver=20260804);
background-image: url(../images/about-header-default-rtl.svg?ver=7.1);
}

[dir="rtl"] .credits-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-credits-rtl.webp?ver=20260804);
background-image: url(../images/about-header-credits-rtl.svg?ver=7.1);
}

[dir="rtl"] .freedoms-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-freedoms-rtl.webp?ver=20260804);
background-image: url(../images/about-header-freedoms-rtl.svg?ver=7.1);
}

[dir="rtl"] .privacy-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-privacy-rtl.webp?ver=20260804);
background-image: url(../images/about-header-privacy-rtl.svg?ver=7.1);
}

[dir="rtl"] .contribute-php .about__header {
background-image: url(https://s.w.org/images/core/7.1/about-header-get-involved-rtl.webp?ver=20260804);
background-image: url(../images/about-header-get-involved-rtl.svg?ver=7.1);
}

.about__header-image {
Expand Down
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-credits-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-credits.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-default-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-freedoms-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-freedoms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-get-involved-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-get-involved.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-privacy-rtl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/wp-admin/images/about-header-privacy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading