Make WordPress Core

Changeset 27855


Ignore:
Timestamp:
03/29/2014 11:05:12 PM (11 years ago)
Author:
ocean90
Message:

Adjust colors in wp_die() and install.css.

Missed in [26788] and [26837], see #25858.
fixes #27589.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/install.css

    r27289 r27855  
    11html {
    2     background: #eee;
     2    background: #f1f1f1;
    33    margin: 0 20px;
    44}
     
    66body {
    77    background: #fff;
    8     color: #555;
     8    color: #444;
    99    font-family: "Open Sans", sans-serif;
    1010    margin: 140px auto 25px;
  • trunk/src/wp-includes/functions.php

    r27565 r27855  
    22012201    <style type="text/css">
    22022202        html {
    2203             background: #eee;
     2203            background: #f1f1f1;
    22042204        }
    22052205        body {
    22062206            background: #fff;
    2207             color: #333;
     2207            color: #444;
    22082208            font-family: "Open Sans", sans-serif;
    22092209            margin: 2em auto;
Note: See TracChangeset for help on using the changeset viewer.