From 52cff29a7b3457ea1ed1396a259e8f3ebea67b1f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 11 Jul 2022 16:33:24 -0400 Subject: [PATCH] notes on partials --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 0f37a76..cba8f6c 100644 --- a/static/style.css +++ b/static/style.css @@ -22,12 +22,16 @@ footer { clear: both ; } +/* For TAGLIST.HTML */ .taglist { text-align: center ; clear: both ; } /* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} #prevart { float: left ; text-align: left ;