Make WordPress Core

Changeset 7174


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

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r7167 r7174  
    5151}
    5252
    53 .subsubsub a { line-height: 200%; padding: 3px; }
     53.subsubsub a { line-height: 200%; padding: 3px; text-decoration: none; }
    5454
    5555.subsubsub a.current { color: #000; font-weight: bold; background: none; border: none;}
     
    6262    width: 100%;
    6363    clear: both;
     64}
     65
     66.widefat a {
     67    text-decoration: none;
    6468}
    6569
  • 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.