Index: modules/taxonomy/taxonomy.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.css,v
retrieving revision 1.3
diff -u -p -r1.3 taxonomy.css
--- modules/taxonomy/taxonomy.css	26 Nov 2007 19:46:52 -0000	1.3
+++ modules/taxonomy/taxonomy.css	18 Jan 2008 05:26:27 -0000
@@ -6,4 +6,7 @@ tr.taxonomy-term-divider-top {
 }
 tr.taxonomy-term-divider-bottom {
   border-top: 1px dotted #CCC;
-}
\ No newline at end of file
+}
+.taxonomy-term-description {
+  margin: 5px 0 20px;
+}
Index: modules/taxonomy/taxonomy.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.pages.inc,v
retrieving revision 1.7
diff -u -p -r1.7 taxonomy.pages.inc
--- modules/taxonomy/taxonomy.pages.inc	17 Jan 2008 19:36:37 -0000	1.7
+++ modules/taxonomy/taxonomy.pages.inc	18 Jan 2008 05:26:27 -0000
@@ -86,6 +86,8 @@ function taxonomy_term_page($str_tids = 
  * @ingroup themeable
  */
 function theme_taxonomy_term_page($tids, $result) {
+  drupal_add_css(drupal_get_path('module', 'taxonomy') .'/taxonomy.css');
+
   $output = '';
 
   // Only display the description if we have a single term, to avoid clutter and confusion.
