| 8,7 → 8,7 |
| font-family: "Downloadable LCARS"; |
| font-style: normal; |
| font-weight: normal; |
| src: url(LCARS.ttf); |
| src: url(fonts/LCARS.ttf); |
| } |
| |
| /* EOT font created with WEFT on 2002-03-23 */ |
| 16,7 → 16,7 |
| font-family: "Downloadable Haettenschweiler"; |
| font-style: normal; |
| font-weight: normal; |
| src: url(HAETTEN0.eot), url(HAETTENS.ttf); |
| src: url(fonts/HAETTEN0.eot), url(fonts/HAETTENS.ttf); |
| } |
| |
| /* |
| 32,7 → 32,7 |
| font-family: "Downloadable Zurich XCn BT"; |
| font-style: normal; |
| font-weight: normal; |
| src: url(ZurichXCn.pfr); |
| src: url(fonts/ZurichXCn.pfr); |
| } |
| |
| /* basic display */ |
| 404,7 → 404,10 |
| } |
| |
| thead th:first-child { |
| border-top-left-radius: 7px 15px; |
| padding-left: 12px; |
| border-radius: 12px 0 0 0; |
| -moz-border-radius: 12px 0 0 0; |
| -webkit-border-radius: 12px 0 0 0; |
| } |
| |
| table.left th, thead.left th, tbody.left th, th.left { |