Fix the table alignment before it drives me crazy.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Wed, 14 Oct 2009 19:08:14 -0400 | 
    
    
    
        | parents | 
        efc3c9173ce1 
 | 
    
    
        | children | 
        f8adc5c231f3
 | 
    
    
        | branches/tags | 
        webui  | 
    
    
        | files | 
        review/web_media/style.css  | 
    
Changes
    
--- a/review/web_media/style.css	Wed Oct 14 19:06:00 2009 -0400
+++ b/review/web_media/style.css	Wed Oct 14 19:08:14 2009 -0400
@@ -37,6 +37,12 @@
 table tr.odd {
     background: #eee;
 }
+table tr :last-child {
+    text-align: right;
+}
+table tr :first-child {
+    text-align: left !important;
+}
 
 /* Diffs. */
 div.diff {