| OLD | NEW |
| 1 @font-face { | 1 @font-face { |
| 2 font-family: press_start; | 2 font-family: press_start; |
| 3 src: local(press_start), url('/third_party/PressStart2P.ttf') format('opentype
'); | 3 src: local(press_start), url('/third_party/PressStart2P.ttf') format('opentype
'); |
| 4 } | 4 } |
| 5 | 5 |
| 6 body { | 6 body { |
| 7 font-family: press_start; | 7 font-family: press_start; |
| 8 background: black; | 8 background: black; |
| 9 color: #888888; | 9 color: #888888; |
| 10 font-size: 10px; | 10 font-size: 10px; |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 line-height: 150%; | 85 line-height: 150%; |
| 86 } | 86 } |
| 87 | 87 |
| 88 table.legend > tbody td:first-child { | 88 table.legend > tbody td:first-child { |
| 89 width: 20%; | 89 width: 20%; |
| 90 } | 90 } |
| 91 | 91 |
| 92 table.legend > tbody td:last-child { | 92 table.legend > tbody td:last-child { |
| 93 width: 20%; | 93 width: 20%; |
| 94 } | 94 } |
| OLD | NEW |