logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 1d1aec9902b8e95038ed1cb7cccbcd1be6d94be4
parent f6abfae48ad40ce825bd3c5ac28f2d4a34a13856
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 18 Feb 2019 00:08:27 +0100

css/index.css: Fix dl.list styling

Diffstat:

Mcss/index.css3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/css/index.css b/css/index.css @@ -46,9 +46,10 @@ quote + cite::before { content: " — "; } /* classes */ .warn { border-bottom: 1pt solid var(--dark-ansi01); } -dl.list dd { +dl.list dt { display: list-item; list-style-type: disc; + list-style-position: inside; } /* ids */