Make WordPress Core

Changeset 57911

Timestamp:
04/02/2024 11:10:40 AM (4 months ago)
Author:
SergeyBiryukov
Message:

Help/About: Remove unused CSS previously intended for the Freedoms screen.

Follow-up to [44264], [45278], [49219], [49479], [51356], [51459].

Props sjnbham, niravsherasiya7707.
Fixes #60857.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/about.css

    r57870 r57911  
    12811281}
    12821282
    1283 .freedoms-php .column .freedoms-image {
    1284     background-image: url('../images/freedoms.png');
    1285     background-size: 100%;
    1286     padding-top: 100%;
    1287 }
    1288 
    1289 .freedoms-php .column:nth-of-type(2) .freedoms-image {
    1290     background-position: 0 34%;
    1291 }
    1292 
    1293 .freedoms-php .column:nth-of-type(3) .freedoms-image {
    1294     background-position: 0 66%;
    1295 }
    1296 
    1297 .freedoms-php .column:nth-of-type(4) .freedoms-image {
    1298     background-position: 0 100%;
    1299 }
    1300 
    13011283/*------------------------------------------------------------------------------
    13021284  x.5.0 - Legacy About Styles: Media Queries
Note: See TracChangeset for help on using the changeset viewer.