cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit e53078b9caa0c5acca3822849d1ae60d8a2f1d60
parent 0d876462ec75de49b659740cf84d9d9a57ad3b45
Author: cblgh <cblgh@cblgh.org>
Date:   Wed, 22 May 2024 13:16:27 +0200

style hr

Diffstat:
Mhtml/head.html | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/html/head.html b/html/head.html @@ -22,6 +22,13 @@ align-items: center; margin-bottom: 2rem; } + + hr { + width: 4rem; + margin: 2rem 0; + border-bottom-width: 0; + } + label { display: block; }