aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctimeline.c2
-rw-r--r--ctimeline.css (renamed from static/ctimeline.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ctimeline.c b/ctimeline.c
index 31c0e1b..e09887c 100644
--- a/ctimeline.c
+++ b/ctimeline.c
@@ -15,7 +15,7 @@ static void prepare_context()
{
memset(&ctx, 0, sizeof(ctx));
ctx.head_title = string_alloc(NULL, "Timeline browser");
- ctx.css = string_alloc(NULL, "static/ctimeline.css");
+ ctx.css = string_alloc(NULL, "ctimeline.css");
ctx.header_title = string_alloc(NULL, "CTimeline");
ctx.header_desc = string_alloc(NULL, "Web frontend for timelines written in C");
diff --git a/static/ctimeline.css b/ctimeline.css
index 806eea9..806eea9 100644
--- a/static/ctimeline.css
+++ b/ctimeline.css