| 1 | /* For the FILES.html index */ | 
| 2 | |
| 3 | thead { | 
| 4 | font-weight: bold; | 
| 5 | /*text-align: center;*/ | 
| 6 | } | 
| 7 | |
| 8 | table { | 
| 9 | padding: 10px; /* Padding makes it look nicer. */ | 
| 10 | margin: 0 auto; /* center table on the page */ | 
| 11 | border-collapse: collapse; /* this is like old cellpadding */ | 
| 12 | } | 
| 13 | |
| 14 | /* like cellspacing? */ | 
| 15 | td { | 
| 16 | padding: 5px; | 
| 17 | } | 
| 18 | |
| 19 | h2 { | 
| 20 | text-align: center; | 
| 21 | } |