summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index abd431c..7ceed89 100644
--- a/style.css
+++ b/style.css
@@ -5,12 +5,12 @@ body { font-size: 80%; }
.clear { clear: both; }
table {
border-spacing: 0;
- border: 1px solid #ccc;
float: left;
}
-table tr { padding: 0; margin: 0; }
-table th { padding: 0.2em 0.5em; margin: 0; border-bottom: 2px solid #ccc; border-right: 1px solid #ccc; text-align: left; font-size: 85%; color: #999; }
-table td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; }
+tr { padding: 0; margin: 0; }
+th { padding: 0.2em 0.5em; margin: 0; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; text-align: left; font-size: 85%; color: #999; }
+th:last-child { border-right: 0; }
+td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; }
tr { background: transparent; }
tr.uploaded { background: #bbffbb; }