Make WordPress Core


Ignore:
Timestamp:
10/27/2023 05:01:50 PM (20 months ago)
Author:
jorbin
Message:

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

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/freedoms.php

    r56950 r57018  
    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.