logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 0ffbbf17b6f2b99cfd7a1505175cc310d00074be
parent 3bc4f0b54d7462200725df7d1324b047f3df9807
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 22 Jan 2024 11:39:06 +0100

css: <dl compact> bold on dt, margin on dd

Diffstat:

Mcss/index.css2++
Mtemplates/head.shtml2+-
Mtemplates/head.xml2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -165,6 +165,8 @@ dl[compact] dt, dl[compact] dd { display: inline; } +dl[compact] dt { font-weight: bold; } +dl[compact] dd { margin-inline-start: 2em; } /* break between items */ dl[compact] dt:before { diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,5 @@ <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024012201"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024012203"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="vcs-git" href="https://hacktivis.me/git/blog/"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> diff --git a/templates/head.xml b/templates/head.xml @@ -1,6 +1,6 @@ <xml> <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024012201"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024012203"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="vcs-git" href="https://hacktivis.me/git/blog/"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>