pyratelog

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

commit a3dfb8b63a79b1ab56a0b345cb02eb4e51b46f46
parent 84cd9da737013fa52b227c71e229d5ae0e05727d
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat,  8 Jan 2022 16:17:54 +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;