Making WordPress.org

Ticket #540: 540-css.diff

File 540-css.diff, 1022 bytes (added by ryelle, 10 years ago)
  • wp4.css

     
    330330}
    331331
    332332#wporg-header ul li#download {
    333         display: none;
    334333        height: 34px;
    335334        padding: 0 0 34px;
    336335        float: right;
     
    347346        color: #eee;
    348347}
    349348
     349@media screen and (max-width:800px) {
     350        #wporg-header ul li#download {
     351                display: none;
     352        }
     353}
     354
     355@media screen and (max-width:768px) {
     356        #wporg-header ul li#download {
     357                display: block;
     358                float: none;
     359                margin: 10px 20px 20px;
     360                padding-bottom: 0;
     361                height: auto;
     362        }
     363        #wporg-header ul li#download a {
     364                padding: 4px 10px;
     365        }
     366}
     367
    350368#mobile-menu-button {
    351369        position: absolute;
    352370        top: 75px;
     
    427445  }
    428446}
    429447
    430 @media screen and (min-width:768px) {
     448@media screen and (min-width:769px) {
    431449
    432450        #wporg-header {
    433451                height: 120px;
     
    578596}
    579597
    580598@media screen and (min-width:800px) {
    581         #wporg-header ul li#download {
    582                 display: list-item;
    583         }
    584 
    585599        #download-mobile {
    586600                display: none;
    587601        }