summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-04 23:02:22 +0200
committerAki <please@ignore.pl>2021-04-04 23:02:22 +0200
commitc46a51bf6f1da139663615a892e6eb9fb643cc4e (patch)
treef63f42b5ecc5627bd88fc4815fed69a0ce0a808a /style.css
parentdb07039a3d0522a62081d44ee38929bdb0a3cf32 (diff)
downloadderelict-prototype-c46a51bf6f1da139663615a892e6eb9fb643cc4e.zip
derelict-prototype-c46a51bf6f1da139663615a892e6eb9fb643cc4e.tar.gz
derelict-prototype-c46a51bf6f1da139663615a892e6eb9fb643cc4e.tar.bz2
Added simplistic timeline
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/style.css b/style.css
index 35a9d31..a3faba9 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,15 @@ body {
}
.wreck {
- width: 16px;
+ width: 18px;
+ fill: #8886;
+}
+
+.wreck.killed {
fill: #eee;
}
+
+#timeline {
+ position: absolute;
+ top: 0px;
+}