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; }