Plugin Directory

Changeset 169094


Ignore:
Timestamp:
10/31/2009 06:36:27 PM (16 years ago)
Author:
toddiceton
Message:

Making img CSS more specific

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpaudio-mp3-player/trunk/wpaudio.php

    r168825 r169094  
    129129.wpa_container a {text-decoration: none; color: WPA_STYLE_LINK_COLOR;}
    130130.wpa_container a:hover {text-decoration: none; color: WPA_STYLE_LINK_HOVER_COLOR;}
    131 .wpa_container, .wpa_container img, .wpa_container div, .wpa_container span {margin: 0; border: 0; padding: 0;}
    132 .wpa_container, .wpa_container img, .wpa_container div, .wpa_container span {font-weight: normal; letter-spacing: normal; line-height: normal;}
    133 .wpa_container img.wpa_play {width: 16px; height: 14px; margin-right: 5px; vertical-align: baseline; background: #888;}
     131.wpa_container, .wpa_container div, .wpa_container span {margin: 0; border: 0; padding: 0; font-weight: normal; letter-spacing: normal; line-height: normal;}
     132.wpa_container img.wpa_play {width: 16px; height: 14px; margin: 0 5px 0 0; border: 0; padding: 0; vertical-align: baseline; background: #888;}
    134133.wpa_container span.wpa_text {font-family: WPA_STYLE_TEXT_FONT; font-size: WPA_STYLE_TEXT_SIZE; font-weight: WPA_STYLE_TEXT_WEIGHT; letter-spacing: WPA_STYLE_TEXT_LETTER_SPACING;}
    135134.wpa_container div.wpa_bar, .wpa_container div.wpa_bar div {height: 5px; font-size: 1px; line-height: 1px; overflow: hidden;}
Note: See TracChangeset for help on using the changeset viewer.