Make WordPress Core

Changeset 26458


Ignore:
Timestamp:
11/29/2013 01:52:07 AM (12 years ago)
Author:
dd32
Message:

Themes: Style the Theme Author the same in the multi and singular view, make the links readable. Fixes #26306

File:
1 edited

Legend:

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

    r26422 r26458  
    274274    display: block;
    275275}
    276 
     276.theme.display-author .theme-author a {
     277    color: inherit;
     278    text-decoration: none;
     279}
    277280
    278281/*
     
    629632}
    630633.theme-overlay .theme-author a {
     634    color: inherit;
    631635    text-decoration: none;
    632636}
Note: See TracChangeset for help on using the changeset viewer.