Making WordPress.org

Changeset 1457


Ignore:
Timestamp:
03/27/2015 09:26:32 PM (11 years ago)
Author:
coffee2code
Message:

wp4.css: Prevent 'Download WordPress' button from flowing below main nav.

Hide the button at 820px instead of 800px, otherwise the button flows below the nav bar causing it to bump things below it out of their containers (e.g. content of #headline).

File:
1 edited

Legend:

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

    r1456 r1457  
    347347}
    348348
    349 @media screen and (max-width:800px) {
     349@media screen and (max-width:820px) {
    350350    #wporg-header ul li#download {
    351351        display: none;
     
    596596}
    597597
    598 @media screen and (min-width:800px) {
     598@media screen and (min-width:820px) {
    599599    #download-mobile {
    600600        display: none;
Note: See TracChangeset for help on using the changeset viewer.