Changeset 5949

Show
Ignore:
Timestamp:
08/27/07 18:52:50 (1 year ago)
Author:
matt
Message:

Minor styling change for update notification.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 }