diff --git a/website/index.html b/website/index.html index 5f2b9f59..941fb94d 100644 --- a/website/index.html +++ b/website/index.html @@ -72,7 +72,6 @@
| - | 32-bit | 64-bit | |
| Windows (.exe) | -COMING SOON |
DOWNLOAD |
|
| Debian (.deb) | -COMING SOON |
DOWNLOAD |
|
| Fedora (.rpm) | -COMING SOON |
DOWNLOAD |
|
| Other Linux distros (.AppImage) | -COMING SOON |
DOWNLOAD |
diff --git a/website/style.css b/website/style.css
index e84fe7fc..c59803c1 100644
--- a/website/style.css
+++ b/website/style.css
@@ -502,15 +502,7 @@ body, html {
margin-right: 0;
margin-bottom: 20px;
}
-
- #content table td {
- width: 50% !important;
- }
-
- #content table td:nth-child(3) {
- display: none;
- }
-
+
#content .table-note:after {
margin: 15px 0;
content: "Please note: the complete table information is available in bigger resolutions!";
|