Make WordPress Core


Ignore:
Timestamp:
03/06/2008 08:44:29 PM (18 years ago)
Author:
ryan
Message:

Remove link underlines from where the shouldn't be. Props mt. fixes #6113

File:
1 edited

Legend:

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

    r7168 r7174  
    180180    background: #e5e5e5;
    181181    cursor: pointer;
     182    text-decoration: none; 
    182183}
    183184
     
    562563    height: 24px;
    563564    padding-top: 6px;
     565}
     566
     567.tablenav .tablenav-pages a {
     568    text-decoration: none;
    564569}
    565570
     
    12731278}
    12741279
     1280ul#category-tabs li.ui-tabs-selected a {
     1281    color: #333;
     1282    font-weight: bold;
     1283    text-decoration: none;
     1284}
     1285
    12751286div.ui-tabs-panel {
    12761287    margin: 0 0 0 120px;
     
    13011312}
    13021313
     1314#category-adder h4 {
     1315    margin: 0;
     1316}
     1317
    13031318#linkcategorydiv ul#category-tabs {
    13041319    float: left;
     
    13831398    font-size: 12px;
    13841399    padding: 6px;
     1400}
     1401
     1402ul.view-switch a {
     1403    text-decoration: none;
    13851404}
    13861405
Note: See TracChangeset for help on using the changeset viewer.