pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 17dfa1f5eef8fcf2724e91cfe39a60096c587100
parent 679b72cb7e9fc12fea80f8ab0849b6eb52c9743a
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 18 Jan 2022 17:23:22 +0000

hr style

Diffstat:
Mstyle.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -195,6 +195,12 @@ code { height: auto; } +hr { +· border-bottom: 0px; +· border-top: 1px dotted #bbbbbb; +· width: 30%; +} + footer { margin-bottom: 88px; margin-left: 88px;