Making WordPress.org

Changeset 1614


Ignore:
Timestamp:
05/24/2015 07:17:09 PM (11 years ago)
Author:
ocean90
Message:

wp4.css: Improve mobile styling for h2.rosetta.

fixes #1039.

File:
1 edited

Legend:

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

    r1609 r1614  
    211211        color: #dfdfdf;
    212212        font-family: Georgia, "Times New Roman", serif;
     213        margin: 0;
    213214}
    214215
    215216#wporg-header h2.rosetta a {
    216         padding: 36px 27px 0;
    217         float: left;
     217        padding: 0;
    218218        display: block;
    219219        height: 52px; /* 88 header height - 36 top padding */
     
    571571        }
    572572
     573        #wporg-header h2.rosetta {
     574                padding: 36px 27px 0;
     575                float: left;
     576        }
    573577}
    574578
     
    18921896        text-align: center;
    18931897}
    1894 @media screen and (max-width: 974px) { 
     1898@media screen and (max-width: 974px) {
    18951899        body.wporg-responsive #pagebody .wrapper {
    18961900                display: -moz-box;
Note: See TracChangeset for help on using the changeset viewer.