| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 1 | body { |
| 2 | margin: 16px; | ||||
| 3 | height: 100%; | ||||
| 4 | } | ||||
| 5 | |||||
| 6 | #logo { | ||||
| 7 | height: 90px; | ||||
| 8 | text-align: right; | ||||
| 9 | } | ||||
| 10 | |||||
| 11 | #content { | ||||
| 12 | } | ||||
| 13 | |||||
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 14 | |
| 15 | .tbl-head { | ||||
| 16 | font-weight: bold; | ||||
| 17 | border-bottom: 1px solid #2c3e50; | ||||
| 18 | background-color: #1a242f; | ||||
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 19 | } |
| 20 | |||||
| peusterm | 208ca97 | 2017-01-11 21:15:31 +0100 | [diff] [blame^] | 21 | .spacer { |
| 22 | height: 20px; | ||||
| 23 | } | ||||