From: Christopher Coté Date: Tue, 11 Jan 2022 15:18:03 +0000 (-0500) Subject: fix header styling bug, add date styling X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=d178297eba69120bfd09147accc7fcc0c277dc38;p=photography.git fix header styling bug, add date styling --- 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{