mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
Remove 32 bits column (#2639)
* Don't hide 3rd column on mobile * Remove 32 bits column
This commit is contained in:
parent
dc3155f190
commit
4d8d56bfc5
2 changed files with 1 additions and 14 deletions
|
|
@ -72,7 +72,6 @@
|
||||||
<table id="installation-table" class="offset-header">
|
<table id="installation-table" class="offset-header">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 33.333%" class="invisible-top-left"></td>
|
<td style="width: 33.333%" class="invisible-top-left"></td>
|
||||||
<td style="width: 33.333%">32-bit</td>
|
|
||||||
<td style="width: 33.333%">64-bit</td>
|
<td style="width: 33.333%">64-bit</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -83,28 +82,24 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Windows</b> (.exe)</td>
|
<td><b>Windows</b> (.exe)</td>
|
||||||
<td class="soon">COMING SOON</td>
|
|
||||||
<td id="td-win">
|
<td id="td-win">
|
||||||
<a href="https://releases.hyper.is/download/win">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
<a href="https://releases.hyper.is/download/win">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Debian</b> (.deb)</td>
|
<td><b>Debian</b> (.deb)</td>
|
||||||
<td class="soon">COMING SOON</td>
|
|
||||||
<td id="td-debian">
|
<td id="td-debian">
|
||||||
<a href="https://releases.hyper.is/download/deb">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
<a href="https://releases.hyper.is/download/deb">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Fedora</b> (.rpm)</td>
|
<td><b>Fedora</b> (.rpm)</td>
|
||||||
<td class="soon">COMING SOON</td>
|
|
||||||
<td id="td-fedora">
|
<td id="td-fedora">
|
||||||
<a href="https://releases.hyper.is/download/rpm">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
<a href="https://releases.hyper.is/download/rpm">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Other Linux distros</b> (.AppImage)</td>
|
<td><b>Other Linux distros</b> (.AppImage)</td>
|
||||||
<td class="soon">COMING SOON</td>
|
|
||||||
<td id="td-appimage" colspan="2">
|
<td id="td-appimage" colspan="2">
|
||||||
<a href="https://releases.hyper.is/download/AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
<a href="https://releases.hyper.is/download/AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
|
|
@ -503,14 +503,6 @@ body, html {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content table td {
|
|
||||||
width: 50% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content table td:nth-child(3) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content .table-note:after {
|
#content .table-note:after {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
content: "Please note: the complete table information is available in bigger resolutions!";
|
content: "Please note: the complete table information is available in bigger resolutions!";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue