Skip to content

Commit

Permalink
Version 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Mar 10, 2024
1 parent efb6a8d commit cf1bd58
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
8 changes: 8 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ ul {
list-style-type: square;
}

li > ul {
list-style-type: disc;
}

li > ul > li > ul {
list-style-type: circle;
}

li {
line-height: 1.5;
}
Expand Down
9 changes: 8 additions & 1 deletion index-de.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="title">Afaaq, der Dschinngefährte</h1>
<li><strong>Diskussion</strong> (<a href="https://forums.beamdog.com/discussion/41108/mod-afaaq-the-djinni-companion-for-bg2-and-bg2-ee-released/">Beamdog</a>)</li>
<li><a href="https://argent77.github.io/DjinniCompanion/index.html">Webseite</a></li>
<li><a href="https://github.com/Argent77/DjinniCompanion/">Projekt</a></li>
<li>Version: 2.9</li>
<li>Version: 2.10</li>
</ul>
<hr />
<nav>
Expand Down Expand Up @@ -405,6 +405,13 @@ <h3>Copyright Notice:</h3>
<!-- ================== V E R S I O N H I S T O R Y ================== -->
<section id="changelog">
<h2>Versionshistorie</h2>
<h6>Version 2.10 (2024-03-10)</h6>
<ul>
<li>Added Simplified Chinese translation (many thanks to Lewis Liu).</li>
<li>Added labels for Project Infinity.</li>
<li>Fixed item category of the "Brass Key".</li>
</ul>
<hr class="spacer" />
<h6>Version 2.9 (2021-06-05)</h6>
<ul>
<li>Added Project Infinity support.</li>
Expand Down
9 changes: 8 additions & 1 deletion index-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="title">Afaaq, le compagnon Djinn</h1>
<li><strong>Discussion</strong> (<a href="https://forums.beamdog.com/discussion/41108/mod-afaaq-the-djinni-companion-for-bg2-and-bg2-ee-released/">Beamdog</a>)</li>
<li><a href="https://argent77.github.io/DjinniCompanion/index.html">Site internet</a></li>
<li><a href="https://github.com/Argent77/DjinniCompanion/">Projet</a></li>
<li>Version : 2.9</li>
<li>Version : 2.10</li>
</ul>
<hr />
<nav>
Expand Down Expand Up @@ -406,6 +406,13 @@ <h3>Avis de droits d'auteur :</h3>
<!-- ================== H I S T O R I Q U E D E S V E R S I O N S ================== -->
<section id="changelog">
<h2>Historique des versions</h2>
<h6>Version 2.10 (2024-03-10)</h6>
<ul>
<li>Added Simplified Chinese translation (many thanks to Lewis Liu).</li>
<li>Added labels for Project Infinity.</li>
<li>Fixed item category of the "Brass Key".</li>
</ul>
<hr class="spacer" />
<h6>Version 2.9 (2021-06-05)</h6>
<ul>
<li>Ajout du support de Project Infinity.</li>
Expand Down
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="title">Afaaq, the Djinni Companion</h1>
<li><strong>Discussion</strong> (<a href="https://forums.beamdog.com/discussion/41108/mod-afaaq-the-djinni-companion-for-bg2-and-bg2-ee-released/">Beamdog</a>)</li>
<li><a href="https://argent77.github.io/DjinniCompanion/index.html">Website</a></li>
<li><a href="https://github.com/Argent77/DjinniCompanion/">Project</a></li>
<li>Version: 2.9</li>
<li>Version: 2.10</li>
</ul>
<hr />
<nav>
Expand Down Expand Up @@ -404,6 +404,13 @@ <h3>Copyright Notice:</h3>
<!-- ================== V E R S I O N H I S T O R Y ================== -->
<section id="changelog">
<h2>Version History</h2>
<h6>Version 2.10 (2024-03-10)</h6>
<ul>
<li>Added Simplified Chinese translation (many thanks to Lewis Liu).</li>
<li>Added labels for Project Infinity.</li>
<li>Fixed item category of the "Brass Key".</li>
</ul>
<hr class="spacer" />
<h6>Version 2.9 (2021-06-05)</h6>
<ul>
<li>Added Project Infinity support.</li>
Expand Down

0 comments on commit cf1bd58

Please sign in to comment.