diff --git a/misc/drupal.css b/misc/drupal.css
index 6d514b607d25d3c0f5171742a490499bafd4e138..62a74c94202cfb6e41c322a8641d93089b234a5b 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -23,7 +23,6 @@ pre, code {
 }
 table {
   border-collapse: collapse;
-  width: 100%;
 }
 th {
   text-align: left;
@@ -34,14 +33,14 @@ th {
 th.active img {
   display: inline;
 }
-tr.dark, tr.light {
+tr.dark td, tr.light td {
   background-color: #eee;
   border-bottom: 1px solid #ccc;
 }
 tr.dark td, tr.light td {
   padding: 0.1em 0.6em;
 }
-td.active {
+tr td.active {
   background-color: #ddd;
 }