Make WordPress Core


Ignore:
Timestamp:
10/27/2023 08:56:59 PM (15 months ago)
Author:
jorbin
Message:

Help/About: Improve Accessibility, RTL, Internationalization, and Responsiveness of about pages.

Merges [57018] to 6.4 branch.

Tweaks the 6.4 about pages in a couple of ways:

  • Decouples the background from the 6.4 logo so the logo can move for RTL.
  • Updates a color to improve color contrast.
  • Help prevent overlap of long text strings with 6.4 logo.
  • Ensure background isn't dark when no background is used on mobile.

Props nudge, jorbin, afercia, sumitsingh, sabernhardt.
See #59289, #59664.
Backport reviewed by hellofromTonya and joedolson.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-admin/freedoms.php

    r56950 r57025  
    2626
    2727    <div class="about__header">
    28         <div class="about__header-title" style="max-width: 500px">
     28        <div class="about__header-title">
    2929            <h1>
    3030                <?php _e( 'The Four Freedoms' ); ?>
Note: See TracChangeset for help on using the changeset viewer.