Make WordPress Core


Ignore:
Timestamp:
04/30/2018 07:04:12 AM (7 years ago)
Author:
afercia
Message:

Coding standards: Change a few occurrences of font weight 700 to 600 in multisite signup and activate.

Props chetan200891.
Amends [43018].
See #43897.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-activate.php

    r42844 r43041  
    6464        #language { margin-top: .5em; }
    6565        .error { background: #f66; }
    66         span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: bold; }
     66        span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: 600; }
    6767    </style>
    6868    <?php
Note: See TracChangeset for help on using the changeset viewer.