From fc5a7ce0904a78ece6a9cfa29215b17bd5c1929d Mon Sep 17 00:00:00 2001 From: Martin Jul Date: Wed, 22 Oct 2014 18:15:25 +0200 Subject: [PATCH] fix(runner): Fix typo in CSS class name for .idle Fix a typo in the CSS class name applied to the runner web page in state idle, so the HTML markup and CSS now match. --- static/client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/client.html b/static/client.html index 00cba0016..73c84b965 100644 --- a/static/client.html +++ b/static/client.html @@ -34,7 +34,7 @@ } - .iddle { + .idle { } .executing {