From 7321e667e9bdd429133591acd004d31e6d4b754c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Feb 2024 16:26:27 +0100 Subject: Remove inline styles --- templates/list.html | 2 +- templates/style.css | 4 ++++ templates/tags.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/list.html b/templates/list.html index ffe29f0..77415ba 100644 --- a/templates/list.html +++ b/templates/list.html @@ -25,7 +25,7 @@
-

Tag

+

Tag

Remove filter diff --git a/templates/style.css b/templates/style.css index 54ad0da..5c55ef4 100644 --- a/templates/style.css +++ b/templates/style.css @@ -41,6 +41,10 @@ a { border: 0; } +.filter { + margin-bottom: 0; +} + time { font-style: italic; } diff --git a/templates/tags.html b/templates/tags.html index 6a58055..406f8d7 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -24,7 +24,7 @@
-

Tags

+

Tags

  • #tag -- cgit 1.4.1