<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,13 +72,18 @@ function Mosaic(container) {
         IMG({src: tab.thumbURL})
       ),
       DIV({'class': 'preview'},
-        IMG({src: tab.imageURL}),
-        SPAN(tab.title || '')
+          IMG({src: tab.imageURL}),
+          SPAN(tab.title || ''),
+          DIV({'class': 'delete'}, 'x')
       )
     );
 
     box.onclick = function(event) {
       currentUrl = tab.url;
+      if (event &amp;&amp; event.originalTarget.className.search('delete') != -1) {
+        return controller.tabDelete(tab, box);
+      }
+
       var updatedTab = SVC.getForURL(tab.url);
       img.setAttribute('src', updatedTab.imageURL);
       $(title).trigger('update', [updatedTab.title]);</diff>
      <filename>chrome/content/mosaic.js</filename>
    </modified>
    <modified>
      <diff>@@ -55,6 +55,22 @@
 }
 
 
+.mosaic #content li:hover .delete
+{
+  position: absolute;
+  top: 0px;
+  right: 0px;
+  background: #888;
+  padding: 3px 8px;
+  color: #fff;
+  -moz-border-radius: 0 0 0 8px;
+}
+
+.mosaic #content li:hover .delete:hover
+{
+  background: #f00;
+}
+
 .mosaic #content li:hover span {
   position: absolute;
   top: 0px;</diff>
      <filename>chrome/skin/hoverbox.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-visualization - mosaic view   - http://www.coverpop.com/pop/indie/
 support drag and drop into bookmarkbar/... (dnd flavors)
 
 fix https://bugzilla.mozilla.org/show_bug.cgi?id=393716 and adapt taboo</diff>
      <filename>todo</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ade697cc114b2c5ecf7d9efc07970ff4588c7b60</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Andrews</name>
    <email>anotherjesse@gmail.com</email>
  </author>
  <url>http://github.com/anotherjesse/taboo/commit/fa5754d1688fcd9f5aac69b86d2e45170ce10701</url>
  <id>fa5754d1688fcd9f5aac69b86d2e45170ce10701</id>
  <committed-date>2009-02-13T19:49:53-08:00</committed-date>
  <authored-date>2009-02-13T19:49:53-08:00</authored-date>
  <message>support deletion from mosaic</message>
  <tree>488fa5480af982a5d74554c95bde1f7b1886e820</tree>
  <committer>
    <name>Jesse Andrews</name>
    <email>anotherjesse@gmail.com</email>
  </committer>
</commit>
