Changeset 1208

Show
Ignore:
Timestamp:
08/09/2008 03:37:51 AM (2 years ago)
Author:
DarTar
Message:

Testing new logo + serif font scheme for headings (feedback welcome!), refs #380 and #496

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/css/wikka.css

    r1122 r1208  
    269269/* text formatting */ 
    270270 
     271h1, h2, h3, h4, h5 { 
     272        font-family: Georgia, Times, serif; 
     273        font-weight: normal; 
     274} 
     275 
     276 
    271277h5 { 
    272         font-size: 10pt; 
     278        font-size: 12pt; 
    273279} 
    274280 
    275281h4 { 
    276         font-size: 12pt; 
     282        font-size: 14pt; 
    277283} 
    278284 
    279285h3 { 
    280         font-size: 14pt; 
     286        font-size: 16pt; 
    281287} 
    282288 
    283289h2 { 
    284         font-size: 16pt; 
     290        font-size: 18pt; 
    285291} 
    286292 
    287293h1 { 
    288         font-size: 18pt; 
     294        font-size: 20pt; 
    289295} 
    290296