From 719dd3f84a87d61723eb4726995f197b74c0bdd8 Mon Sep 17 00:00:00 2001 From: "rniwa@webkit.org" Date: Sun, 26 Feb 2012 02:35:52 +0000 Subject: [PATCH] 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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108921 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 7 +++++++ Websites/webkit-perf.appspot.com/css/admin.css | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37df0a648cb..d88220a8005 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 d4fd689feb1..8c563776679 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 { -- GitLab