Make WordPress Core

Changeset 26808


Ignore:
Timestamp:
12/08/2013 08:43:42 PM (11 years ago)
Author:
iammattthomas
Message:

Make the padding added for top-level toolbar items in r26675 more specific and reinstate the previous 10px padding for links within dropdown menus. Fixes #26484.

File:
1 edited

Legend:

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

    r26803 r26808  
    121121    height: 32px;
    122122    display: block;
     123    padding: 0 10px;
     124    margin: 0;
     125}
     126
     127#wpadminbar .quicklinks > ul > li > a {
    123128    padding: 0 8px 0 7px;
    124     margin: 0;
    125129}
    126130
Note: See TracChangeset for help on using the changeset viewer.