From e73a7b7062977d3800252743389e202711638091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Fri, 2 Sep 2022 00:33:42 +0200 Subject: [PATCH] Avoid line-breaks inside list items. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ae7d053..d89dca0 100644 --- a/static/style.css +++ b/static/style.css @@ -34,7 +34,7 @@ html, body { .item p { display: inline; } -h1 p,h2 p,h3 p,h4 p,h5 p,h6 p { +h1 p,h2 p,h3 p,h4 p,h5 p,h6 p, li p { display: inline; }