From 4a2cc7ccb15c0892e0de1cf5c4eb61eb7132e817 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 18 Dec 2019 22:45:06 +0700 Subject: [PATCH] Get the CSS working --- vocoder/static/styles.css | 4 ++++ vocoder/templates/index.html | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vocoder/static/styles.css b/vocoder/static/styles.css index 8b13789..adcc675 100644 --- a/vocoder/static/styles.css +++ b/vocoder/static/styles.css @@ -1 +1,5 @@ +/* Custom CSS styles */ +canvas { + border: 1px black solid; /* TODO: experimenting for now */ +} diff --git a/vocoder/templates/index.html b/vocoder/templates/index.html index 0b56f14..5d73192 100644 --- a/vocoder/templates/index.html +++ b/vocoder/templates/index.html @@ -9,16 +9,12 @@ href="/static/leaflet/leaflet.css" type="text/css" media="screen" - title="leaflet" - charset="utf-8" />