<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,10 @@
 &lt;div id=&quot;taxonomies&quot; class=&quot;sidebar-item&quot;&gt;
 &lt;% @taxonomies.each do |taxonomy| %&gt;
-	&lt;h3&gt;&lt;%= t(&quot;shop_by_taxonomy&quot;, :taxonomy =&gt; taxonomy.name.singularize) %&gt;&lt;/h3&gt;
-	&lt;ul class=&quot;navigation-list&quot;&gt;
-	&lt;% taxonomy.root.children.each do |taxon| %&gt;
-	  
-	  &lt;li&lt;%= ' class=&quot;current&quot;' if @taxon and ([@taxon] + @taxon.ancestors).include?(taxon) %&gt;&gt;&lt;%= link_to taxon.name, seo_url(taxon) %&gt;&lt;/li&gt;
-	&lt;% end %&gt;
+  &lt;ul class=&quot;navigation-list&quot;&gt;
+	  &lt;li&lt;%= ' class=&quot;current&quot;' if @taxon &amp;&amp; @taxon == taxonomy.root %&gt;&gt;&lt;%= link_to t(&quot;shop_by_taxonomy&quot;, :taxonomy =&gt; taxonomy.name.singularize), seo_url(taxonomy.root), :class =&gt; 'root' %&gt;&lt;/li&gt;
+	  &lt;% taxonomy.root.children.each do |taxon| %&gt;
+	    &lt;li&lt;%= ' class=&quot;current&quot;' if @taxon and ([@taxon] + @taxon.ancestors).include?(taxon) %&gt;&gt;&lt;%= link_to taxon.name, seo_url(taxon) %&gt;&lt;/li&gt;
+	  &lt;% end %&gt;
 	&lt;/ul&gt;
 &lt;% end %&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/shared/_taxonomies.html.erb</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>public/images/menu-current.png</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,13 @@
       :background url(/images/menu-current.png) right center no-repeat
       :white-space nowrap
       :overflow hidden
+      &amp;.root
+        :width 183px
+  a.root
+    :color #222
+    :font-size 1.5em
+    :text-indent -5px
+    :line-height 2.2em
 
 .breadcrumbs
   :margin-bottom 1em</diff>
      <filename>public/stylesheets/sass/_navigation.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eec21fbfc86ba82306397f0f47951f10584e368c</id>
    </parent>
  </parents>
  <author>
    <name>Steph Powell</name>
    <email>steph@endpoint.com</email>
  </author>
  <url>http://github.com/railsdog/spree/commit/24bb748a0254a8a039c595c8e95370d36e6ee09b</url>
  <id>24bb748a0254a8a039c595c8e95370d36e6ee09b</id>
  <committed-date>2009-06-08T11:30:14-07:00</committed-date>
  <authored-date>2009-06-08T11:10:19-07:00</authored-date>
  <message>Styling of taxonomy root nodes to match other navigation. #408</message>
  <tree>527eadc830e138468e14263426592c9c2646d84f</tree>
  <committer>
    <name>Brian Quinn</name>
    <email>briandquinn@gmail.com</email>
  </committer>
</commit>
