From d178297eba69120bfd09147accc7fcc0c277dc38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Tue, 11 Jan 2022 10:18:03 -0500 Subject: [PATCH] fix header styling bug, add date styling --- www/index.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index a1f33496..0a52e6ec 100644 --- a/www/index.html +++ b/www/index.html @@ -18,6 +18,11 @@ margin: 0; padding: 0; } + + ul.image-tags{ + display: inline-block; + } + li{ padding: 3px; margin: 3px; @@ -35,14 +40,24 @@ #header{ height: 20px; width: 100%; - padding: 7px; - padding-left: 10px; background-color: #111111; margin-bottom: 30px; + padding-top: 10px; + padding-bottom: 10px; + } + + #header span{ + margin-left: 10px; } span#tag{ color: #22FF22; + margin: 0; + } + + span.datetime{ + float: right; + font-size: 10px; } #tags{ -- 2.45.3