Making WordPress.org

Changeset 1627


Ignore:
Timestamp:
05/26/2015 05:27:56 PM (11 years ago)
Author:
ocean90
Message:

wp4-rtl: Reset padding for .storycontent.

see #1049.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

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

    r1618 r1627  
    299299        margin-left: 0;
    300300}
     301
     302@media screen and (max-width: 974px) {
     303        .wporg-responsive .storycontent {
     304                padding-left: 0;
     305        }
     306}
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r1621 r1627  
    19691969        }
    19701970
     1971        /*
     1972         * /news and /showcase
     1973         */
     1974
    19711975        .wporg-responsive .storycontent {
    19721976                padding-right: 0;
    19731977        }
    1974 
    19751978}
    19761979@media screen and (max-width: 700px) {
Note: See TracChangeset for help on using the changeset viewer.