From 117740499f250178eea0d36e19842cd575e18705 Mon Sep 17 00:00:00 2001
From: Yord
+ At the moment, the following publications are considered: +
++
diff --git a/static/stylesheets/content/lists.css b/static/stylesheets/content/lists.css index 76671d2..e9114b7 100644 --- a/static/stylesheets/content/lists.css +++ b/static/stylesheets/content/lists.css @@ -14,4 +14,13 @@ section.content > ul { list-style-type: disc; } section.content > ol ul, section.content > ul ul { - list-style-type: square; } \ No newline at end of file + list-style-type: square; } +section.content ul.inline, +section.content ul.inline > li { + display: inline; + padding: 0; } +section.content ul.inline > li:not(:last-of-type):after { + content: ",\0A"; } +section.content ul.inline > li:last-of-type:before { + content: "and\0A"; +} \ No newline at end of file