Index: zen.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/zen/Attic/zen.css,v
retrieving revision 1.1.2.25
diff -u -p -r1.1.2.25 zen.css
--- zen.css	14 Apr 2008 16:19:14 -0000	1.1.2.25
+++ zen.css	20 Apr 2008 01:36:12 -0000
@@ -147,7 +147,9 @@
     border-color: #ff7;
   }
 
-  div.warning, tr.warning
+  div.warning,
+  tr.warning,
+  body.section-admin tr.warning
   {
     color: #000;
     background-color: #ffc;
@@ -158,7 +160,9 @@
     border-color: #c00;
   }
 
-  div.error, tr.error
+  div.error,
+  tr.error,
+  body.section-admin tr.error
   {
     color: #900;
     background-color: #fee;
@@ -603,7 +607,7 @@
     text-align: left;
   }
 
-  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin #content tr.even" declaration below. */
+  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
   {
     border-bottom: none;
     padding: 0;
@@ -688,32 +692,32 @@
   /* We overrode these styles in html-elements.css, but restore them for the
    * admin section of the site.
    */
-  .section-admin #content tbody
+  .section-admin tbody
   {
     border-top: 1px solid #ccc;
   }
 
-  .section-admin #content th
+  .section-admin th
   {
     text-align: left;
     padding-right: 1em;
     border-bottom: 3px solid #ccc;
   }
 
-  .section-admin #content tbody th
+  .section-admin tbody th
   {
     border-bottom: 1px solid #ccc;
   }
 
-  .section-admin #content thead th
+  .section-admin thead th
   {
     text-align: left;
     padding-right: 1em;
     border-bottom: 3px solid #ccc;
   }
 
-  .section-admin #content tr.even,
-  .section-admin #content tr.odd
+  .section-admin tr.even,
+  .section-admin tr.odd
   {
     background-color: #eee;
     border-bottom: 1px solid #ccc;
