Changeset 119

Show
Ignore:
Timestamp:
2008-01-06 15:26:12 (1 year ago)
Author:
hannes
Message:

changes of font size in the default style

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/styles/default.css

    r92 r119  
    2929body { 
    3030    font-family:sans-serif; 
    31     font-size:0.7em; 
     31    font-size:0.75em; 
    3232    background:#f2f2f2; 
    3333    margin:0px; 
     
    3939 
    4040h1 { 
    41  font-size:1.5em; 
     41  font-size:1.5em; 
    4242    position:relative; 
    4343    top:0.5em; 
     
    6161    color:#000000; 
    6262    font-weight:bold; 
    63     font-size:1.5em; 
     63    font-size:1.25em; 
    6464} 
    6565 
     
    7272    margin:0px; 
    7373    padding:0px; 
    74     font-size:1.2em; 
     74    font-size:1.1em; 
    7575} 
    7676 
     
    360360 
    361361#memberbar div a { 
    362     margin-left:1em; 
     362    margin-left:0.1em; 
    363363} 
    364364 
     
    390390    border:1px solid #000; 
    391391    background:#c0c0c0; 
    392     font-size:1.2em; 
     392    font-size:1.1em; 
    393393} 
    394394 
     
    565565 
    566566.suggestion { 
    567     font-size:8px
     567    font-size:0.8em
    568568    color:#0a0; 
    569569} 
    570570 
    571571.suggestion-highlight { 
    572     font-size:8px
     572    font-size:0.8em
    573573    color:#a00; 
    574574}