From ea62fc8fc850404dc83db9cf2e17ec1a60ee7843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 17 Dec 2021 19:56:29 +0100 Subject: [PATCH] =?UTF-8?q?Add=20hint=20QS=20->=20Quantit=C3=A9=20Suffisan?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make olasd happy --- layouts/partials/ingredients_ul.html | 5 ++++- scss/style.scss | 4 ++++ static/css/style.css | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/layouts/partials/ingredients_ul.html b/layouts/partials/ingredients_ul.html index 674c026..4013cf2 100644 --- a/layouts/partials/ingredients_ul.html +++ b/layouts/partials/ingredients_ul.html @@ -10,7 +10,10 @@ {{ else }}
  • - {{ with .qt }}{{ . | markdownify }}{{ end }} + {{ with .qt }}{{ . | markdownify }}{{ end }} {{ with .article -}} {{ . | markdownify -}} {{- if substr . -1 1 | eq "'" -}}{{ else }} {{ end -}} diff --git a/scss/style.scss b/scss/style.scss index 379b2d1..f938244 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -245,6 +245,10 @@ ul { list-style-type: circle; } +.with_abbrv { + text-decoration: underline dotted; +} + .homepagecat { margin-top: 50px; } diff --git a/static/css/style.css b/static/css/style.css index d48ee22..c6679a1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -176,6 +176,9 @@ a, a:visited { ul { list-style-type: circle; } +.with_abbrv { + text-decoration: underline dotted; } + .homepagecat { margin-top: 50px; }