From 21e6583646f498444c8f0dacc8e6c6e8668271ee Mon Sep 17 00:00:00 2001 From: FabianBartl Date: Wed, 21 Sep 2022 19:23:11 +0200 Subject: [PATCH] no_bullet class for ul --- css/customstyles.css | 16 ++++++++-------- index.md | 2 +- pages/publications/publications.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/customstyles.css b/css/customstyles.css index 7f8282c50..a0c71d282 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1232,17 +1232,17 @@ ul.inline > li:not(:first-of-type):before { /* important / override rules */ /* -------------------------- */ -/* inline list */ -ul.inline { - display: inline-block !important; - list-style: inside !important; +/* list without left padding or bullet */ +ul.no_bullet { + list-style-position: inside !important; + list-style-type: none !important; padding-left: 0 !important; } -/* use date as pseudo li-point */ -#home-news > div > .panel-body > ul { - list-style: inside !important; - padding-left: 0 !important; +/* inline list */ +/* requires .no_bullet class for usage */ +ul.inline { + display: inline-block !important; } /* hidden elements of password access restriction */ diff --git a/index.md b/index.md index e9e0793c4..faab9da7e 100644 --- a/index.md +++ b/index.md @@ -24,7 +24,7 @@ of material scientists, geologists and mathematicians. {% include reference.html link="changelog" content="Complete changelog" %}
-