Index: themes/engines/phptemplate/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/node.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 node.tpl.php
--- themes/engines/phptemplate/node.tpl.php	4 May 2005 18:12:17 -0000	1.1
+++ themes/engines/phptemplate/node.tpl.php	10 May 2005 01:33:00 -0000
@@ -1,4 +1,4 @@
-<div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
+<div class="node <?php print 'node-'.$node->type; 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; ?>
