# HG changeset patch # User Steve Losh # Date 1255561694 14400 # Node ID 43d109fde61ea4e03b1e6500ea03be5ce8e92ec0 # Parent efc3c9173ce1c1b9e4a4e6fe6c5e6919cb8f0b99 Fix the table alignment before it drives me crazy. diff -r efc3c9173ce1 -r 43d109fde61e review/web_media/style.css --- 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 {