The blame view now looks similar to the blob so a bit easier on the eyes.
Dan Brook [Sat, 23 Jan 2010 10:17:00 +0000 (17:17 +0700)]
root/static/css/site.css

index a968bc5..f65110b 100644 (file)
@@ -187,8 +187,10 @@ table.heads {
 }
 #blame td.date, #blame td.author, #blame td.commit-info {
 }
-#blame .data {
+#blame tbody td.data {
   padding-left: 5px;
+  background-color: #333;
+  color: #ddd;
 }
 
 /* /blob */