Index: /trunk/list.tt
===================================================================
--- /trunk/list.tt	(revision 10)
+++ /trunk/list.tt	(revision 11)
@@ -28,5 +28,5 @@
 }
 li {
-    padding: .25em;
+    padding: .25em 0 0 .25em;
     color: #999;
     white-space: nowrap;
@@ -43,6 +43,16 @@
     margin: .5em;
 }
+.tags a {
+    color: #999;
+    text-decoration: none;
+}
+.tags a:hover {
+    text-decoration: underline;
+}
 .tags {
-    color: #666;
+    color: #999;
+    margin-top: .125em;
+    margin-left: 3em;
+    font-size: .875em;
 }
     </style>
@@ -72,5 +82,9 @@
 	  </span>
           <a href="[% resource.uri %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a>
-          <span class="tags">([% resource.tags.join(', ') %])</span>
+          <div class="tags">
+	    [% FOREACH tag IN resource.tags %]
+	      [% IF loop.first %]([% END %]<a target="_self" href="?tag=[% tag %]">[% tag %]</a>[% IF loop.last %])[% ELSE %], [% END %]
+	    [% END %]
+	  </div>
         </li>
       [%  END %]
