Make WordPress Core


Ignore:
Timestamp:
11/28/2018 05:30:11 PM (5 years ago)
Author:
melchoyce
Message:

Help/About: Minor updates.

  • Updated the various images.
  • Added new "developer happiness" images.
  • Fixed the responsive figcaption styles.
  • Added a link to wporg plugin favorites as a shortcode to get to the classic plugin.
  • Renamed "cover image" to "cover."
  • Updated CSS to account for small-screen issues.

Props desrosj, audrasjb, antpb, jjj, elrae, Otto42, afercia, karmatosed, kjellr, alexislloyd, melchoyce.
See #45178.

File:
1 edited

Legend:

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

    r43938 r43946  
    164164    text-align: center;
    165165    color: white;
     166    text-overflow: ellipsis;
    166167}
    167168
     
    315316.about-wrap .native-fonts p {
    316317    margin-bottom: 3em;
     318}
     319
     320.about-wrap .under-the-hood img + h3 {
     321    margin-top: 1.25em;
    317322}
    318323
     
    538543        position: relative;
    539544        margin-top: 10px;
    540         padding-top: 0;
     545        margin-bottom: 15px;
     546        padding: 0;
     547        background: none;
    541548        color: #40464D;
     549        text-shadow: none;
    542550    }
    543551
     
    577585        width: 100%;
    578586    }
     587   
     588    .about-wrap .feature-section .col {
     589        margin-top: 1em;
     590    }
    579591
    580592    .about-wrap .two-col .col,
     
    582594    .about-wrap .three-col .col {
    583595        min-width: 100% !important;
     596    }
     597   
     598    .about-wrap .eight-col .col {
     599        min-width: 48% !important;
    584600    }
    585601
     
    596612        margin-top: 0;
    597613    }
    598 
    599     .about-wrap .under-the-hood:nth-of-type(2n) h3,
    600     .about-wrap .under-the-hood:nth-of-type(3n) h3 {
    601         margin-top: 0;
     614   
     615    .about-wrap .under-the-hood img + h3 {
     616        margin-top: 1.25em;
    602617    }
    603618
Note: See TracChangeset for help on using the changeset viewer.