Make WordPress Core

Changeset 26536


Ignore:
Timestamp:
12/02/2013 07:45:22 PM (11 years ago)
Author:
iammattthomas
Message:

Restyle .sub text and .mu-storage header to match new admin design conventions. Fixes #26357.

File:
1 edited

Legend:

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

    r26532 r26536  
    29322932}
    29332933
     2934#dashboard-widgets h4.mu-storage {
     2935    margin-bottom: 10px;
     2936}
     2937
    29342938/* Dashboard right now - Colors */
    29352939
     
    29392943
    29402944#dash-right-now .sub {
    2941     color: #bfbbbb;
     2945    color: #777;
    29422946    background: #f5f5f5;
    29432947    border-top: 1px solid #eee;
     
    29502954
    29512955#dash-right-now .sub p {
    2952     margin: 0 0 .5em;
    2953     font-size: 11px;
     2956    margin: 0 0 1em;
    29542957}
    29552958
Note: See TracChangeset for help on using the changeset viewer.