Front page updated with an up-to-date list of the considered publications.

This commit is contained in:
Yord 2014-11-04 22:14:59 +01:00
parent 7bce9c35a7
commit 117740499f
2 changed files with 76 additions and 20 deletions

View file

@ -14,4 +14,13 @@ section.content > ul {
list-style-type: disc; }
section.content > ol ul,
section.content > ul ul {
list-style-type: square; }
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";
}