From 03bc96850c6e93b37a9634ccddd8cfeb342cd5e5 Mon Sep 17 00:00:00 2001 From: Jasper Bok Date: Sun, 13 Aug 2023 16:58:04 +0200 Subject: [PATCH] Move the stylesheet to its own file --- index.html | 6 ++---- static/css/busdepartures.css | 7 +++++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 static/css/busdepartures.css diff --git a/index.html b/index.html index 7007fbc..774e3b9 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,9 @@ + + Busvertrektijden - {{ range .Quays }} diff --git a/static/css/busdepartures.css b/static/css/busdepartures.css new file mode 100644 index 0000000..1a743c8 --- /dev/null +++ b/static/css/busdepartures.css @@ -0,0 +1,7 @@ +h2 { + margin-bottom: 2px; +} + +dt { + font-weight: bold; +} \ No newline at end of file