Make WordPress Core

Changeset 26348


Ignore:
Timestamp:
11/24/2013 12:08:35 PM (11 years ago)
Author:
nacin
Message:

Fix alignment of the WordPress icon in the My Sites toolbar menu.

props jeremyfelt.
fixes #26154.

File:
1 edited

Legend:

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

    r26319 r26348  
    275275
    276276#wpadminbar .menupop .menupop > .ab-item:before {
    277     top: 0px;
     277    top: 1px;
    278278    right: 4px;
    279279    content: '\f139';
     
    450450    width: 16px;
    451451    display: inline-block;
    452     margin: 8px 8px 0 -2px;
     452    margin: 6px 8px 0 -2px;
    453453}
    454454
Note: See TracChangeset for help on using the changeset viewer.