From 9af46a1c5db96bb5fc8d164306d5bcf70e7480c7 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 18 Mar 2010 02:04:56 +0000 Subject: [PATCH] Removed unwanted CSS class to highlight table rows --- styles/normal.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/styles/normal.css b/styles/normal.css index 983079c..671394e 100644 --- a/styles/normal.css +++ b/styles/normal.css @@ -14,16 +14,6 @@ label { margin-right: 1em; } -table { -} - -tr { -} - -tr:hover { - background-color: lightBlue; -} - #container { width: 75%; min-width: 75em;