From f16ecf23636dab395689f3701b38cea43ce7a289 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 7 Dec 2015 14:36:19 +0200 Subject: [PATCH] Clean up styles --- public_html/css/run.css | 4 ---- public_html/css/style.css | 25 ------------------------- 2 files changed, 29 deletions(-) delete mode 100644 public_html/css/style.css diff --git a/public_html/css/run.css b/public_html/css/run.css index e98341b..63192cd 100644 --- a/public_html/css/run.css +++ b/public_html/css/run.css @@ -51,8 +51,4 @@ body { .sprite { position: absolute; bottom: 0px; -} - -#finish { - display: none; } \ No newline at end of file diff --git a/public_html/css/style.css b/public_html/css/style.css deleted file mode 100644 index 69b0087..0000000 --- a/public_html/css/style.css +++ /dev/null @@ -1,25 +0,0 @@ -.column:first-child { - margin-left: 2%; -} -.column, .columns { - margin-left: 2%; -} - -.item { - display: block; - background-color: white; - padding: 2px; - margin-bottom: 10px; -} - -.item_name { - text-align: center; - font-size: 120%; - padding: 10px; - margin: 0; -} - -.item_description { - padding: 5px 10px; - margin: 0; -} \ No newline at end of file