Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--downloads/download.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/downloads/download.css b/downloads/download.css
index caff984..8df230d 100644
--- a/downloads/download.css
+++ b/downloads/download.css
@@ -11,7 +11,7 @@ table.downloads col.title {
table.downloads td {
padding: 2px 4px;
- border: solid thin black;
+ border: solid thin #828282;
vertical-align: top;
}
@@ -23,7 +23,7 @@ table.downloads tr.latest td {
table.downloads tr.section td {
padding: 0px;
- border: solid 0 black;
+ border-width: 0;
}
table.downloads h3, table.downloads h4, table.downloads p {

Back to the top