From 117740499f250178eea0d36e19842cd575e18705 Mon Sep 17 00:00:00 2001 From: Yord Date: Tue, 4 Nov 2014 22:14:59 +0100 Subject: [PATCH] Front page updated with an up-to-date list of the considered publications. --- index.html | 85 +++++++++++++++++++++------- static/stylesheets/content/lists.css | 11 +++- 2 files changed, 76 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 195c77c..649fe20 100644 --- a/index.html +++ b/index.html @@ -27,25 +27,72 @@ tags: [ IKRPG ] For a list of the considered publications, refer to the index log. It contains entries for the folowing categories:

- + +

+ At the moment, the following publications are considered: +

+

+

+

Fillable Character Cards

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