mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Front page updated with an up-to-date list of the considered publications.
This commit is contained in:
parent
7bce9c35a7
commit
117740499f
2 changed files with 76 additions and 20 deletions
|
|
@ -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";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue