Changeset 363 for branches

Show
Ignore:
Timestamp:
03/04/07 16:47:17 (21 months ago)
Author:
fboender
Message:

Table, table row and table defs and other small changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/site/index.css

    r358 r363  
    1 body { 
     1body, th, td { 
    22    font-family: verdana, helvetica, sans-serif; 
    33    font-family: verdana; 
     
    55    margin-bottom: 10px; 
    66    text-align: center; 
     7} 
     8th, td { 
     9    text-align: left; 
    710} 
    811div.center { 
     
    114117    font-size: 10px; 
    115118} 
     119div#contents_text table.releases { 
     120    width: 100%; 
     121} 
     122div#contents_text table.releases th { 
     123    border-bottom: 1px solid #909090; 
     124}