Making WordPress.org

Changeset 1609


Ignore:
Timestamp:
05/21/2015 12:38:40 PM (10 years ago)
Author:
dd32
Message:

WordPress.org styles: Update the footer styles for the 'Code is Poetry' tagline, part of an internationalisation effort for our global footer.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

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

    r1066 r1609  
    177177}
    178178
    179 
    180 #wporg-footer h6 {
    181     float: left;
    182 }
    183 
    184 #wporg-footer h6 {
    185     text-indent: -9999px;
    186     overflow: hidden
    187 }
    188 
    189179#head-search {
    190180    float: left;
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r1591 r1609  
    13091309#wporg-footer h6 {
    13101310    clear: both;
     1311    float: none;
     1312    text-align: center;
     1313    margin-top: 35px;
     1314    font-size: 16px;
     1315    letter-spacing: 0.3em;
     1316    text-transform: uppercase;
     1317    color: #cccccc;
     1318}
     1319
     1320#wporg-footer h6.cip-image {
    13111321    background: url(//s.w.org/style/images/codeispoetry.png?1) center center no-repeat;
    13121322    background-size: 190px 15px;
     
    13141324    height: 15px;
    13151325    text-indent: -9999px;
    1316     margin-top: 35px;
    13171326}
    13181327
    13191328@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    1320     #wporg-footer h6 {
     1329    #wporg-footer h6.cip-image {
    13211330        background-image: url(//s.w.org/style/images/codeispoetry-2x.png?1);
    13221331    }
    13231332}
     1333
    13241334blockquote {
    13251335    background: #f5f5f5;
Note: See TracChangeset for help on using the changeset viewer.