From fdc7b416ddd51376c388d3e99aef8c12b6a17895 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 10:28:33 +0200 Subject: [PATCH] Register CSS files via API --- grauphel.css => css/grauphel.css | 0 templates/error.php | 2 +- templates/gui-database.php | 2 +- templates/gui-note.php | 2 +- templates/index.php | 2 +- templates/oauthAuthorize.php | 3 ++- templates/tag.php | 2 +- templates/tokens.php | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) rename grauphel.css => css/grauphel.css (100%) diff --git a/grauphel.css b/css/grauphel.css similarity index 100% rename from grauphel.css rename to css/grauphel.css diff --git a/templates/error.php b/templates/error.php index 6ca821b..a2f7c73 100644 --- a/templates/error.php +++ b/templates/error.php @@ -1,4 +1,4 @@ - +
diff --git a/templates/gui-database.php b/templates/gui-database.php index 14e7959..22710ef 100644 --- a/templates/gui-database.php +++ b/templates/gui-database.php @@ -1,4 +1,4 @@ - + printPage(); ?> diff --git a/templates/gui-note.php b/templates/gui-note.php index 1272b5c..2aa5a20 100644 --- a/templates/gui-note.php +++ b/templates/gui-note.php @@ -1,4 +1,4 @@ - + printPage(); ?> diff --git a/templates/index.php b/templates/index.php index 4edb7d9..0d4c12c 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,4 @@ - + printPage(); ?> diff --git a/templates/oauthAuthorize.php b/templates/oauthAuthorize.php index 5c7cf4a..782c51a 100644 --- a/templates/oauthAuthorize.php +++ b/templates/oauthAuthorize.php @@ -1,4 +1,5 @@ - + +
diff --git a/templates/tag.php b/templates/tag.php index 4a9501c..ee5f592 100644 --- a/templates/tag.php +++ b/templates/tag.php @@ -1,4 +1,4 @@ - + printPage(); ?> diff --git a/templates/tokens.php b/templates/tokens.php index 52bbdb4..cb8089d 100644 --- a/templates/tokens.php +++ b/templates/tokens.php @@ -1,4 +1,4 @@ - + -- 2.30.2