add some maring to account for silly large number strings on our perf charts

This commit is contained in:
John Bender 2011-11-09 10:10:57 -08:00
parent fab9de10b4
commit fb2544b8a1

View file

@ -41,6 +41,6 @@ table {
div.visualize {
float: left;
margin-left: 50px;
margin-left: 100px;
margin-right: 50px;
}