Making WordPress.org

Changeset 1460


Ignore:
Timestamp:
03/28/2015 05:48:29 AM (10 years ago)
Author:
coffee2code
Message:

wp4.css: Responsive enhancements/fixes to r1456 for Safari.

File:
1 edited

Legend:

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

    r1457 r1460  
    18051805}
    18061806.wporg-page-mobile ul#books {
    1807     display: -webkit-box;
    18081807    display: -moz-box;
    18091808    display: -ms-flexbox;
    1810     display: -webkit-flex;
    18111809    display: flex;
    18121810    flex-wrap: wrap;
     
    18151813    width: 49%;
    18161814    margin-left: 1%;
     1815    clear: none;
    18171816}
    18181817.wporg-page-mobile #books li:first-child {
     
    18481847@media screen and (max-width: 974px) {
    18491848    body.wporg-responsive #pagebody .wrapper {
    1850         display: -webkit-box;
    18511849        display: -moz-box;
    18521850        display: -ms-flexbox;
    1853         display: -webkit-flex;
    18541851        display: flex;
    18551852        flex-wrap: wrap;
     
    18711868    body.wporg-responsive.wporg-page-parent-download .col-8 {
    18721869        margin-left: 14px;
    1873         width: 100%;
     1870        margin-right: 14px;
     1871        width: inherit;
    18741872    }
    18751873
     
    19011899    .wporg-responsive.wporg-page-download .col-7 {
    19021900        margin-left: 14px;
    1903         width: 100%;
     1901        margin-right: 14px;
     1902        width: inherit;
    19041903        margin-bottom: 3em;
    19051904        padding-bottom: 2em;
     
    19131912    }
    19141913    .wporg-responsive.wporg-page-download #sidebar, .wporg-responsive.wporg-page-download .col-7 {
    1915         width: 90%;
    19161914        float: none;
    1917         margin: 0 auto;
     1915    }
     1916    .wporg-responsive.wporg-page-download #sidebar {
     1917        width: 100%;
    19181918    }
    19191919    .wporg-responsive.wporg-page-download .col-3 {
     
    19211921        border-top: 1px solid #ccc;
    19221922        padding-top: 3em;
    1923         width: 90%;
     1923        width: inherit;
    19241924        float: none;
    19251925        margin: 2em auto;
Note: See TracChangeset for help on using the changeset viewer.