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" />