? nitobe-css-fixes.patch
? headers/Onions_and_Scale.jpg
Index: comment.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/nitobe/comment.tpl.php,v
retrieving revision 1.1
diff -u -p -r1.1 comment.tpl.php
--- comment.tpl.php	23 Jun 2008 18:20:30 -0000	1.1
+++ comment.tpl.php	1 Jul 2008 21:53:40 -0000
@@ -10,7 +10,7 @@ $comment_class = 'comment' . (($comment-
   </div>
   <div class="comment-meta">
     <span>
-      <strong><?print $author; ?></strong> | <?php print $date; ?>
+      <strong><?php print $author; ?></strong> | <?php print $date; ?>
       <?php if ($links): ?> | <?php print $links; ?><?php endif; ?>
     </span>
   </div>
Index: layout.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/nitobe/layout.css,v
retrieving revision 1.3
diff -u -p -r1.3 layout.css
--- layout.css	29 Jun 2008 18:56:19 -0000	1.3
+++ layout.css	1 Jul 2008 21:53:40 -0000
@@ -95,9 +95,6 @@ html body * dd.clear {
     clear: both;
     display: block;
     float: none;
-    font-size: 0;
-    height: 0;
-    list-style: none;
     margin: 0;
 }
 
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/nitobe/page.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 page.tpl.php
--- page.tpl.php	27 Jun 2008 18:40:31 -0000	1.4
+++ page.tpl.php	1 Jul 2008 21:53:40 -0000
@@ -12,7 +12,7 @@
       <?php print phptemplate_get_ie_styles() . "\n"; ?>
     <![endif]-->
   </head>
-  <body<?php print phptemplate_body_class($left, $right); ?>>
+  <body<?php print phptemplate_body_class('', $right); ?>>
     <div id="page" class="container_16">
       <?php if ($admin_header): ?>
       <div id="admin-header" class="grid_16"><?php print $admin_header; ?></div>
