Making WordPress.org

Changeset 6332


Ignore:
Timestamp:
01/09/2018 10:56:04 PM (6 years ago)
Author:
obenland
Message:

WP4: Don't show Download button on download page

98.7% of visitors use it to reload the page, trying to download WordPress.

Fixes #3316.

File:
1 edited

Legend:

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

    r6331 r6332  
    324324}
    325325
    326 #wporg-header ul li#download a.current {
    327     color: #eee;
    328 }
    329 
    330326#wporg-header ul li a:hover,
    331327#wporg-header ul li a.current,
     
    361357}
    362358
     359.wporg-page-download #wporg-header #download {
     360    display: none;
     361}
     362
    363363#wporg-header ul li#download a {
    364364    margin: 0;
    365365    padding: 0 16px;
     366}
     367
     368#wporg-header ul li#download a.current {
     369    color: #eee;
    366370}
    367371
Note: See TracChangeset for help on using the changeset viewer.