summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/update/update.css b/modules/update/update.css
index 66392e221..b3900508c 100644
--- a/modules/update/update.css
+++ b/modules/update/update.css
@@ -27,6 +27,11 @@
padding: 1em 1em .25em 1em;
}
+.update tr.even,
+.update tr.odd {
+ border: none;
+}
+
.update tr td {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
@@ -65,6 +70,7 @@ table.update,
.update table.version {
width: 100%;
margin-top: .5em;
+ border: none;
}
.update table.version tbody {
@@ -77,6 +83,7 @@ table.update,
padding: 0;
margin: 0;
border: none;
+ background: none;
}
.update table.version .version-title {