Attempt at fixing the table spacing.
diff --git a/download.php b/download.php
index 9d4d56f..b0d0263 100755
--- a/download.php
+++ b/download.php
@@ -17,7 +17,7 @@
<h2>$pageTitle</h2>
<p>All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
-<table id="download">
+<table>
<tr>
<th></th>
<th>Update Site</th>
diff --git a/style.css b/style.css
index 63bff29..0ed5ff3 100755
--- a/style.css
+++ b/style.css
@@ -13,7 +13,7 @@
width: 260px;
}
-table download {
+table {
border:1;
cellpadding:3;
}