### Eclipse Workspace Patch 1.0
#P d7
Index: themes/seven/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/page.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 page.tpl.php
--- themes/seven/page.tpl.php	31 Jul 2009 19:35:57 -0000	1.1
+++ themes/seven/page.tpl.php	13 Aug 2009 23:21:02 -0000
@@ -17,6 +17,7 @@
 
   <div id="branding" class="clearfix">
     <div class="back-to-site"><?php print $back_to_site; ?></div>
+    <?php if ($breadcrumb): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
     <?php if ($title): ?><h1 class="page-title"><?php print $title; ?></h1><?php endif; ?>
     <?php if ($primary_local_tasks): ?><ul class="tabs primary"><?php print $primary_local_tasks; ?></ul><?php endif; ?>
   </div>
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.9
diff -u -r1.9 style.css
--- themes/seven/style.css	12 Aug 2009 23:51:19 -0000	1.9
+++ themes/seven/style.css	13 Aug 2009 23:21:02 -0000
@@ -62,13 +62,13 @@
 
 #branding div.back-to-site {
   background: url(images/arrow-prev.png) no-repeat left center;
-  padding-left: 8px;
+  padding: 0 80px 0 8px;
   font-size: 11px;
+  float: left;
 }
 
-#branding div.breadcrumb {
-  float: left;
-  font-size: 12px;
+#branding div#breadcrumb {
+  font-size: 11px;
 }
 
 #branding div.block {
@@ -104,8 +104,7 @@
  * Breadcrumbs.
  */
 div.breadcrumb a {
-  padding: 0 10px 0 0;
-  color: #fff;
+  padding: 0 5px 0 5px;
 }
 
 /**
