notes on partials

This commit is contained in:
Luke Smith 2022-07-11 16:33:24 -04:00
parent 79e36d3ae4
commit 52cff29a7b

View File

@ -22,12 +22,16 @@ footer {
clear: both ; clear: both ;
} }
/* For TAGLIST.HTML */
.taglist { .taglist {
text-align: center ; text-align: center ;
clear: both ; clear: both ;
} }
/* For NEXTPREV.HTML */ /* For NEXTPREV.HTML */
#nextprev {
/* The container for both the previous and next articles. */
}
#prevart { #prevart {
float: left ; float: left ;
text-align: left ; text-align: left ;