Changeset 1209

Show
Ignore:
Timestamp:
08/09/2008 04:58:42 AM (11 months ago)
Author:
DarTar
Message:

Removing unnecessary font declarations from stylesheet, testing Lucida Grande/Lucida Sans Unicode as main body font, refs #380 and #496

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/css/wikka.css

    r1208 r1209  
    88 
    99body { 
    10         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
     10        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif; 
    1111        font-size: 13px; 
    1212/*      text-align: justify; */                 /* comment out this line if you really need justified text */ 
     
    1717} 
    1818 
    19 p, td, li, input, select, textarea { 
    20         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
    21         line-height: 20px; 
    22         font-size: 13px; 
    23 } 
    24  
    2519form, h1, h2, h3, h4, h5 { 
    2620        margin: 0px; 
     
    3630.page { 
    3731        color: #000; 
    38         font-size: 13px; 
    39         font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
    4032        background-color: white; 
    4133        padding: 15px;