From 597101ed47d2f3818b810c3b4eda5d5313ef772e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 4 Dec 2020 17:25:20 +0100 Subject: [PATCH] Move stylesheets to a dedicated folder --- static/{ => styles}/charts.css | 0 static/{styles.css => styles/common.css} | 0 templates/edit_session.hbs | 2 +- templates/history.hbs | 2 +- templates/index.hbs | 2 +- templates/login.hbs | 2 +- templates/stats.hbs | 4 ++-- 7 files changed, 6 insertions(+), 6 deletions(-) rename static/{ => styles}/charts.css (100%) rename static/{styles.css => styles/common.css} (100%) diff --git a/static/charts.css b/static/styles/charts.css similarity index 100% rename from static/charts.css rename to static/styles/charts.css diff --git a/static/styles.css b/static/styles/common.css similarity index 100% rename from static/styles.css rename to static/styles/common.css diff --git a/templates/edit_session.hbs b/templates/edit_session.hbs index b99c943..b0d1f93 100644 --- a/templates/edit_session.hbs +++ b/templates/edit_session.hbs @@ -6,7 +6,7 @@ - + stl diff --git a/templates/history.hbs b/templates/history.hbs index 00b139b..ea61b3c 100644 --- a/templates/history.hbs +++ b/templates/history.hbs @@ -6,7 +6,7 @@ - + stl diff --git a/templates/index.hbs b/templates/index.hbs index 1bcbff0..c0f2b46 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -6,7 +6,7 @@ - + stl diff --git a/templates/login.hbs b/templates/login.hbs index d3ada06..1701ba9 100644 --- a/templates/login.hbs +++ b/templates/login.hbs @@ -6,7 +6,7 @@ - + stl diff --git a/templates/stats.hbs b/templates/stats.hbs index 54c25b0..a00f212 100644 --- a/templates/stats.hbs +++ b/templates/stats.hbs @@ -6,8 +6,8 @@ - - + + stl