Make WordPress Core

Changeset 34882


Ignore:
Timestamp:
10/06/2015 09:55:39 PM (9 years ago)
Author:
jeremyfelt
Message:

Registration: Remove the last remaining Lucida Grande from WordPress.

Defer to default styling provided by the theme (and browser) in wp-activate.php and remove the font-family and color from the provided internal stylesheet.

Previously, [17327] and [18406].

Fixes #34145.

File:
1 edited

Legend:

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

    r34840 r34882  
    5959        #language { margin-top: .5em; }
    6060        .error { background: #f66; }
    61         span.h3 { padding: 0 8px; font-size: 1.3em; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-weight: bold; color: #333; }
     61        span.h3 { padding: 0 8px; font-size: 1.3em; font-weight: bold; }
    6262    </style>
    6363    <?php
Note: See TracChangeset for help on using the changeset viewer.