summaryrefslogtreecommitdiffhomepage
path: root/style.css
blob: a3faba9169c200ffaccfaa67bfea15963bd03958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
	margin: 0;
}

.wreck {
	width: 18px;
	fill: #8886;
}

.wreck.killed {
	fill: #eee;
}

#timeline {
	position: absolute;
	top: 0px;
}