From e95e2f4ccfb39c4acc20984c5b1536e9f514d2ae Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Mon, 16 Jul 2007 07:06:51 +0000
Subject: [PATCH] MDL-9628   FIxed the CSS for category headers

---
 theme/standard/styles_layout.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index df34fb9756..3255f19b56 100644
--- a/theme/standard/styles_layout.css
+++ b/theme/standard/styles_layout.css
@@ -2063,7 +2063,7 @@ body#doc-contents ul {
   border-style:solid;
 }
 
-#grade-report td.category {
+#grade-report th.category {
   border-width:1px 1px 0px 1px;
   border-style:solid;
 }
-- 
2.39.5