Make WordPress Core

Changeset 48737


Ignore:
Timestamp:
08/04/2020 06:11:15 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Correct header spacing on shorter screens after removing the musician name.

Remove some unnecessary CSS.

Follow-up to [48730].

Props ryelle.
Reviewed by whyisjake, SergeyBiryukov.
Merges [48736] to the 5.5 branch.
See #50416.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/src/wp-admin/css/about.css

    r48733 r48737  
    464464    max-height: 16em;
    465465    padding: 32px;
     466    margin-bottom: 4em;
    466467    text-align: center;
    467468}
     
    494495.about__header-text p {
    495496    margin: 0;
    496 }
    497 
    498 .about__header-text:last-of-type {
    499     display: inline-block;
    500     float: right;
    501     margin-left: 0;
    502     margin-right: -16px;
    503     margin-bottom: 4em;
    504497}
    505498
Note: See TracChangeset for help on using the changeset viewer.