Index: themes/bluemarine/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/style.css,v
retrieving revision 1.23
diff -u -p -r1.23 style.css
--- themes/bluemarine/style.css	17 Dec 2007 15:05:09 -0000	1.23
+++ themes/bluemarine/style.css	17 Jan 2008 02:14:11 -0000
@@ -346,3 +346,10 @@ div.admin-panel h3 {
   padding: 5px 8px 5px;
   margin: 0;
 }
+
+.taxonomy-term-description {
+  padding: 10px;
+  border: 1px dotted #CCC;
+  margin: 5px 5px 5px 5px;
+}
+
Index: themes/chameleon/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/style.css,v
retrieving revision 1.7
diff -u -p -r1.7 style.css
--- themes/chameleon/style.css	4 Jun 2007 11:10:38 -0000	1.7
+++ themes/chameleon/style.css	17 Jan 2008 02:14:11 -0000
@@ -113,3 +113,10 @@ div.admin-panel h3 {
   padding: 5px 8px 5px;
   margin: 0;
 }
+
+.taxonomy-term-description {
+  padding: 10px;
+  border: 1px dotted #CCC;
+  margin: 5px 5px 5px 5px;
+}
+
Index: themes/chameleon/marvin/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/marvin/style.css,v
retrieving revision 1.8
diff -u -p -r1.8 style.css
--- themes/chameleon/marvin/style.css	4 Jun 2007 11:10:38 -0000	1.8
+++ themes/chameleon/marvin/style.css	17 Jan 2008 02:14:11 -0000
@@ -122,3 +122,10 @@ div.admin-panel h3 {
 .path, .path a, .path a:visited {
   color: #888;
 }
+
+.taxonomy-term-description {
+  padding: 10px;
+  border: 1px dotted #CCC;
+  margin: 5px 5px 5px 5px;
+}
+
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.37
diff -u -p -r1.37 style.css
--- themes/garland/style.css	9 Jan 2008 09:56:39 -0000	1.37
+++ themes/garland/style.css	17 Jan 2008 02:14:11 -0000
@@ -984,6 +984,12 @@ tr.taxonomy-term-divider-bottom {
   border-top: 1px dotted #CCC;
 }
 
+.taxonomy-term-description {
+  padding: 10px;
+  border: 1px dotted #CCC;
+  margin: 5px 5px 5px 5px;
+}
+
 /**
  * CSS support
  */
Index: themes/pushbutton/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/pushbutton/style.css,v
retrieving revision 1.24
diff -u -p -r1.24 style.css
--- themes/pushbutton/style.css	22 Dec 2007 23:24:26 -0000	1.24
+++ themes/pushbutton/style.css	17 Jan 2008 02:14:11 -0000
@@ -611,3 +611,10 @@ div.admin-panel .body {
 .block-forum h3 {
   margin-bottom: .5em;
 }
+
+.taxonomy-term-description {
+  padding: 10px;
+  border: 1px dotted #CCC;
+  margin: 5px 5px 5px 5px;
+}
+
