Making WordPress.org

Changeset 7411


Ignore:
Timestamp:
07/10/2018 07:31:34 PM (8 years ago)
Author:
obenland
Message:

Main: Uncouple background width from word count

Makes sure the download count doesn't bump against container borders.

Props presskopp, jcastaneda.
See #3673.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download-counter.php

    r7374 r7411  
    104104                        color: black;
    105105                        height: 1.35em;
    106                         font-size: 2.25em;
     106                        font-size: 2em;
    107107                        font-weight: normal;
    108108                        margin: 0.25em 0;
    109                         position: relative;
    110109                }
    111110
     
    127126                        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    128127                        background: #fff;
    129                         display: inline-block;
    130128                        margin: 0 4%;
    131129                        padding: 6% 10%;
     
    141139                        body {
    142140                                font-size: 150%;
     141                        }
     142
     143                        #wrap {
     144                                font-size: 2.25em;
    143145                        }
    144146                }
Note: See TracChangeset for help on using the changeset viewer.