Changeset 739

Show
Ignore:
Timestamp:
10/05/2007 02:01:48 AM (3 years ago)
Author:
JavaWoman
Message:

replaced invalid 'xmp' element selector by 'samp' (there is no element 'xmp' in HTML)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/css/setup.css

    r561 r739  
    22----------------------------------------------- 
    33Wikka Installer Stylesheet 
    4 -----------------------------------------------  
     4----------------------------------------------- 
    55*/ 
    66 
     
    88        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
    99        font-size: 13px; 
    10         background-color: #EEE;  
     10        background-color: #EEE; 
    1111        color: #000; 
    1212        margin: 0; 
     
    1717div.header { 
    1818        padding: 30px 15px 15px 15px; 
    19         background-color: #FFF;  
     19        background-color: #FFF; 
    2020        border-bottom: 1px solid #CCC; 
    2121} 
     
    6161        font-family: Arial, Helvetica, sans-serif; 
    6262        color: #333; 
    63         font-weight: bold;  
     63        font-weight: bold; 
    6464        font-size: 1em; 
    6565} 
     
    9494} 
    9595 
    96 .note{ 
     96.note { 
    9797        display: block; 
    9898        background-color: #FEFEFE; 
     
    104104} 
    105105 
    106 xmp{ 
     106samp { 
    107107        display: block; 
    108108        border: 1px solid #CCC;