site

bvnf.space sources
Log | Files | Refs

commit a7eb68a786e3c311930e7f644354c5ab801bf0da
parent beb5f84926f67ed0dc3194f64d04901526d99fc1
Author: aabacchus <ben@bvnf.space>
Date:   Tue, 11 Jan 2022 19:13:20 +0000

footer: use <hr> instead of border

Diffstat:
Mbooks/index.html | 1+
Mindex.html | 1+
Mstyle.css | 1-
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/books/index.html b/books/index.html @@ -25,6 +25,7 @@ </ul> </p> <br> + <hr> <footer> The content on this site, unless otherwise specified, is in the public domain. </footer> diff --git a/index.html b/index.html @@ -53,6 +53,7 @@ - look at an <a href="//kiss.bvnf.space/">archive of the KISS website</a> </p> <br> + <hr> <footer> The content on this site, unless otherwise specified, has been dedicated into the public domain. If you need a "license", please diff --git a/style.css b/style.css @@ -18,7 +18,6 @@ table { footer { font-size: 12px; padding: 5px; - border-top: 1px solid #111; } header {