Making WordPress.org

Changeset 4241


Ignore:
Timestamp:
10/14/2016 08:28:22 PM (9 years ago)
Author:
coffee2code
Message:

wp4.css: Match appearance of Mobile Apps page with that of the plugin and theme directories (white cards on gray background).

Props ramiy.
Fixes #1557.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r4204 r4241  
    19921992    text-align: center;
    19931993}
     1994.wporg-page-mobile {
     1995    background-color: #f1f1f1;
     1996}
    19941997.wporg-page-mobile ul#books {
    19951998    display: -moz-box;
     
    20132016    padding: 0 14px 15px;
    20142017    box-sizing: border-box;
     2018    background-color: #fff;
     2019    border: 1px solid #dedede;
    20152020}
    20162021.wporg-responsive.wporg-page-mobile #books h3 {
Note: See TracChangeset for help on using the changeset viewer.