Website: Fixes more overflowing content on mobile.

This commit is contained in:
Stian Grenborgen 2022-06-19 09:48:43 +02:00
parent 7a7b22a1c4
commit cc3895d000
2 changed files with 9 additions and 21 deletions

View File

@ -46,7 +46,7 @@
We are developing two versions of FreeCol at the same time: the <a href="http://freecol.svn.sourceforge.net/viewvc/freecol/freecol/trunk" alt="View Main version">main version</a> and a <a href="http://freecol.svn.sourceforge.net/viewvc/freecol/freecol/branches">stable branch</a>.
</p>
<p>
<img src="../images/releases.png" alt="BRANCHES" border="0" />
<img src="../images/releases.png" alt="BRANCHES" border="0" style="max-width: 100%;" />
</p>
<p>
We use the stable branch only for bugfix releases while new features are placed in the main version. When fixing bugs we add the changes both to the stable branch and the main version.

View File

@ -16,26 +16,14 @@
<h4>Get the latest development version</h4>
<p align="justify">The stability of the trunk might be poor, but is recommended for users who are comfortable with Java development and who would like to test new features and report bugs. If more stability is desired, it is usually better to work from the current release.</p>
<p>You need a <a href="https://sourceforge.net/p/forge/documentation/svn/" target="sf_subversion">Subversion client</a> in order to get the development version of the game.
<table border="1">
<tbody>
<tr>
<td>
<table border="0">
<tbody>
<tr>
<td><strong>Main version:</strong></td>
<td>https://svn.freecol.org/svnroot/freecol/freecol/trunk</td>
</tr>
<tr>
<td><strong>Current release:</strong></td>
<td>https://svn.freecol.org/svnroot/freecol/freecol/tags/&lt;release&gt;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>
<strong>Main version:</strong>
<div>https://svn.freecol.org/svnroot/freecol/freecol/trunk</div>
</p>
<p>
<strong>Current release:</strong>
<div>https://svn.freecol.org/svnroot/freecol/freecol/tags/&lt;release&gt;</div>
</p>
<p>This is how you can get the versions using command-line subversion (refer to the application&#39;s documentation otherwise):</p>
<table border="0">
<tbody>