Here's the diff for this branch: === modified file 'lifestream.html' --- lifestream.html 2008-12-12 00:16:45 +0000 +++ lifestream.html 2008-12-27 19:16:42 +0000 @@ -14,12 +14,16 @@ td.time, td.source { color: #aaa; background: white; } -tr.flickr td.data { color: white; background: #0c0; } -tr.twitter td.data { color: white; background: #933; } -tr.identica td.data { color: white; background: #339; } -tr.flickr:hover td { color: white; background: #0d0; } -tr.twitter:hover td { color: white; background: #a33; } +tr.flickr td.data { color: white; background: #0c0; } +tr.twitter td.data { color: white; background: #933; } +tr.identica td.data { color: white; background: #339; } +tr.picasa td.data { color: white; background: #8c8; } +tr.youtube td.data { color: white; background: #c00; } +tr.flickr:hover td { color: white; background: #0d0; } +tr.twitter:hover td { color: white; background: #a33; } tr.identica:hover td { color: white; background: #33a; } +tr.picasa:hover td { color: white; background: #8d8; } +tr.youtube:hover td { color: white; background: #d00; }