Remove inline styles
Alan Pearce alan@alanpearce.eu
Sun, 18 Feb 2024 16:26:27 +0100
3 files changed, 6 insertions(+), 2 deletions(-)
M templates/list.html → templates/list.html
@@ -25,7 +25,7 @@ </nav> </header> <main id="content"> <div class="filter"> - <h3>Tag</h3> + <h3 class="filter">Tag</h3> <small> <a href="../">Remove filter</a> </small>
M templates/style.css → templates/style.css
@@ -41,6 +41,10 @@ text-decoration: none; border: 0; } +.filter { + margin-bottom: 0; +} + time { font-style: italic; }