Index: themes/marvin_2k_phptemplate/page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/marvin_2k_phptemplate/page.tpl.php,v
retrieving revision 1.3
diff -u -r1.3 page.tpl.php
--- themes/marvin_2k_phptemplate/page.tpl.php	31 Oct 2004 09:04:05 -0000	1.3
+++ themes/marvin_2k_phptemplate/page.tpl.php	26 Jan 2005 19:15:45 -0000
@@ -19,7 +19,7 @@
     <?php endif; ?>
     
     <?php if ($site_name) : ?>
-      <a href="<?php print url() ?>" title="Index Page"><h1 id="site-name"><?php print($site_name) ?></h1></a>
+      <h1 id="site-name"><a href="<?php print url() ?>" title="Index Page"><?php print($site_name) ?></a></h1>
     <?php endif;?>
     <?php if ($site_slogan) : ?>
       <span id="site-slogan"><?php print($site_slogan) ?></span>
Index: themes/marvin_2k_phptemplate/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/marvin_2k_phptemplate/style.css,v
retrieving revision 1.2
diff -u -r1.2 style.css
--- themes/marvin_2k_phptemplate/style.css	15 Oct 2004 18:00:15 -0000	1.2
+++ themes/marvin_2k_phptemplate/style.css	26 Jan 2005 19:15:46 -0000
@@ -160,6 +160,12 @@
   padding: 0;
   margin: 0;
   }
+
+#header #site-name {
+	font-size: 130%;
+	margin: 0;
+	padding: 1em;
+}
   
 #header #search {
   float: right;
