diff --git a/ChangeLog b/ChangeLog index 37df0a648cb1ffae6fad1d2367f615a831af6ebf..d88220a800531587f1fd436e6a122f4f20b89067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-25 Ryosuke Niwa + + Perf-o-matic build fix after r108917. I need a scrollbar in order see all the tests. + + * Websites/webkit-perf.appspot.com/css/admin.css: + (html): + 2012-02-25 Ryosuke Niwa perf-o-matic needs a better admin page diff --git a/Websites/webkit-perf.appspot.com/css/admin.css b/Websites/webkit-perf.appspot.com/css/admin.css index d4fd689feb16ca6745f9abd9893236033c068484..8c563776679d9c113ae84bfd4f71ca595429b7e8 100644 --- a/Websites/webkit-perf.appspot.com/css/admin.css +++ b/Websites/webkit-perf.appspot.com/css/admin.css @@ -1,6 +1,7 @@ html { padding: 0px; margin: 0px; + overflow: auto; } #summary {