Making WordPress.org

Changeset 94


Ignore:
Timestamp:
10/10/2013 05:42:38 PM (11 years ago)
Author:
coffee2code
Message:

Fix internal padding of 'Download WordPress' button in header so the link fills entire button area. props SergeyBiryukov. Fixes #159.

File:
1 edited

Legend:

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

    r76 r94  
    289289#wporg-header ul li#download {
    290290    height: 34px;
    291     padding: 0 12px 34px 12px;
     291    padding: 0 0 34px;
    292292    float: right;
    293293    margin-right: 14px;
     294    overflow: hidden;
    294295}
    295296
    296297#wporg-header ul li#download a {
    297     padding:0;
     298    margin: 0;
     299    padding: 0 16px;
    298300}
    299301
Note: See TracChangeset for help on using the changeset viewer.