Index: node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/spreadfirefox/node.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 node.tpl.php
--- node.tpl.php	22 Feb 2005 01:56:21 -0000	1.1
+++ node.tpl.php	22 Feb 2005 19:20:11 -0000
@@ -1,17 +1,15 @@
-<div class="node<?php print ($static) ? " static" : ""; ?>">
+<div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
  <?php if ($page == 0): ?>
   <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
   <?php endif; ?>
-  <?php if ($avatar): ?>
-   <div class="avatar"><?php print $avatar ?></div>
-  <?php endif; ?>
+  <?php print $picture ?>
 
-  <div class="info"><?php print t("Posted by") ." ". $name ." on ". $date . "<span class=\"taxonomy\">" ." :: ". $terms ."</span>" ?></div>
+  <div class="info"><?php print $submitted .'<span class="taxonomy">'. ($submitted ? ' :: ' : '') . $terms .'</span>' ?></div>
   <div class="content">
   <?php print $content ?>
   </div>
   <?php if ($links): ?>
-  <?php if ($avatar): ?>
+  <?php if ($picture): ?>
   <br class="clear" />
   <?php endif; ?>
   <div class="links"><?php print $links ?></div>
Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/spreadfirefox/style.css,v
retrieving revision 1.1
diff -u -r1.1 style.css
--- style.css	22 Feb 2005 01:56:21 -0000	1.1
+++ style.css	22 Feb 2005 19:20:12 -0000
@@ -1049,18 +1049,18 @@
 :before {
   color: #004D81;
 }
-div.avatar { 
+div.picture { 
   float: right;
   border: 1px solid #ddd;
 }
-.avatar {
+.picture {
   margin: 0 0 10px 0;
 }
-.avatar-left {
+.picture-left {
   float: left;
   margin-right: 10px;
 }
-.avatar-right {
+.picture-right {
   float: right;
   margin-left: 10px;
 }
