Make WordPress Core

Changeset 5949


Ignore:
Timestamp:
08/27/2007 06:52:50 PM (17 years ago)
Author:
matt
Message:

Minor styling change for update notification.

File:
1 edited

Legend:

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

    r5927 r5949  
    13331333#update-nag, .plugin-update {
    13341334    border-bottom: 1px solid #ccc;
     1335    border-top: 1px solid #ccc;
    13351336    background: #fffeeb;
    13361337    line-height: 29px;
     
    13381339    color: #555;
    13391340    text-align: center;
    1340 }
     1341} 
    13411342
    13421343#update-nag a, .plugin-update a {
     
    13461347    color: #036;
    13471348}
    1348 
    1349 .plugin-update {
    1350     text-align: left;
    1351 }
Note: See TracChangeset for help on using the changeset viewer.